diff options
| author | Ladislav Zezula <zezula@volny.cz> | 2025-11-26 13:37:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-26 13:37:24 +0100 |
| commit | 9ac1b0b9ac85ae54a25af0a02e2358799640574d (patch) | |
| tree | 0a64b3288e84255514a5411dc49f391c2d9b2700 | |
| parent | 6a18fa77feb62ceca1200e5d84611ab1fc98063f (diff) | |
| parent | c8236ddd2bc3f40b37fb4f2f189e7a4196136065 (diff) | |
LGTM. Thank you for the contribution :+1:
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b646613..80c64c4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,7 +14,7 @@ endif() find_package(ALSA REQUIRED) add_executable(StormLib_test ${TEST_SRC_FILES}) -target_link_libraries(StormLib_test storm ${ALSA_LIBRARIES}) +target_link_libraries(StormLib_test storm ALSA::ALSA) install(TARGETS StormLib_test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) -add_test(NAME StormLib_test COMMAND StormLib_test)
\ No newline at end of file +add_test(NAME StormLib_test COMMAND StormLib_test) |
