We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed9b3 commit 8fad2c0Copy full SHA for 8fad2c0
test/CMakeLists.txt
@@ -77,9 +77,8 @@ if (DEFINED BUILD_FOR_LINUX)
77
)
78
79
target_link_libraries(tests ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
80
- target_link_libraries(tests ${teensy_x86_stubs_LIBS})
81
- target_link_libraries(tests ${teensy_audio_x86_stubs_LIBS})
82
- target_link_libraries(tests ${teensy_x86_sd_stubs_LIBS})
+ target_link_libraries(tests teensy_x86_stubs)
+ target_link_libraries(tests teensy_audio_x86_stubs)
+ target_link_libraries(tests teensy_x86_sd_stubs)
83
target_link_libraries(tests teensy_variable_playback)
84
- message(STATUS ${teensy_x86_stubs_LIBS})
85
endif()
0 commit comments