[skip test]
[skip lint]
This commit is contained in:
alexey.lysiuk 2023-04-03 15:07:04 +03:00
parent bcda227ce0
commit 30420fcfb2
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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)