mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
remove extra mpg123 cmake module targets
This commit is contained in:
parent
8cc2daeba0
commit
7a8aebefb3
1 changed files with 0 additions and 12 deletions
|
@ -22,8 +22,6 @@ set_target_properties(MPG123::libout123 PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libout123.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS MPG123::libout123 )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_MPG123::libout123 "${_IMPORT_PREFIX}/lib/libout123.a" )
|
||||
|
||||
# Import target "MPG123::libsyn123" for configuration "Release"
|
||||
set_property(TARGET MPG123::libsyn123 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
@ -32,8 +30,6 @@ set_target_properties(MPG123::libsyn123 PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libsyn123.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS MPG123::libsyn123 )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_MPG123::libsyn123 "${_IMPORT_PREFIX}/lib/libsyn123.a" )
|
||||
|
||||
# Import target "MPG123::mpg123" for configuration "Release"
|
||||
set_property(TARGET MPG123::mpg123 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
@ -41,8 +37,6 @@ set_target_properties(MPG123::mpg123 PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/mpg123"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS MPG123::mpg123 )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_MPG123::mpg123 "${_IMPORT_PREFIX}/bin/mpg123" )
|
||||
|
||||
# Import target "MPG123::out123" for configuration "Release"
|
||||
set_property(TARGET MPG123::out123 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
@ -50,8 +44,6 @@ set_target_properties(MPG123::out123 PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/out123"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS MPG123::out123 )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_MPG123::out123 "${_IMPORT_PREFIX}/bin/out123" )
|
||||
|
||||
# Import target "MPG123::mpg123-id3dump" for configuration "Release"
|
||||
set_property(TARGET MPG123::mpg123-id3dump APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
@ -59,8 +51,6 @@ set_target_properties(MPG123::mpg123-id3dump PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/mpg123-id3dump"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS MPG123::mpg123-id3dump )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_MPG123::mpg123-id3dump "${_IMPORT_PREFIX}/bin/mpg123-id3dump" )
|
||||
|
||||
# Import target "MPG123::mpg123-strip" for configuration "Release"
|
||||
set_property(TARGET MPG123::mpg123-strip APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
@ -68,8 +58,6 @@ set_target_properties(MPG123::mpg123-strip PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/mpg123-strip"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS MPG123::mpg123-strip )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_MPG123::mpg123-strip "${_IMPORT_PREFIX}/bin/mpg123-strip" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
|
|
Loading…
Reference in a new issue