mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
wip
[skip test] [skip lint]
This commit is contained in:
parent
bcda227ce0
commit
30420fcfb2
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ set_target_properties(FluidSynth::fluidsynth PROPERTIES
|
|||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/fluidsynth"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets FluidSynth::fluidsynth )
|
||||
list(APPEND _cmake_import_check_files_for_FluidSynth::fluidsynth "${_IMPORT_PREFIX}/bin/fluidsynth" )
|
||||
#list(APPEND _cmake_import_check_targets FluidSynth::fluidsynth )
|
||||
#list(APPEND _cmake_import_check_files_for_FluidSynth::fluidsynth "${_IMPORT_PREFIX}/bin/fluidsynth" )
|
||||
|
||||
# Import target "FluidSynth::libfluidsynth" for configuration "Release"
|
||||
set_property(TARGET FluidSynth::libfluidsynth APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
|
|
|
@ -63,7 +63,7 @@ set_target_properties(FluidSynth::libfluidsynth-OBJ PROPERTIES
|
|||
)
|
||||
|
||||
# Create imported target FluidSynth::fluidsynth
|
||||
#add_executable(FluidSynth::fluidsynth IMPORTED)
|
||||
add_executable(FluidSynth::fluidsynth IMPORTED)
|
||||
|
||||
# Create imported target FluidSynth::libfluidsynth
|
||||
add_library(FluidSynth::libfluidsynth STATIC IMPORTED)
|
||||
|
|
Loading…
Reference in a new issue