diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-11-21 04:27:09 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-11-21 04:27:09 +0100 |
commit | 809005c7f025bcc55bfa4ede78cb4cc45d3c0e6c (patch) | |
tree | e5d10b093dd215147f3e7128b11f96cc6afed04a /CMakeLists.txt | |
parent | aea84bea149020385eadcd3df348d8e6fcbab733 (diff) |
* Release 9.23v9.23
* Fixed regressions
* Fixed test program
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d9ec5a..bd8d336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,8 +367,8 @@ if (NOT STORM_SKIP_INSTALL) endif() if(STORM_BUILD_TESTS) - add_executable(storm_test ${TEST_SRC_FILES}) - target_link_libraries(storm_test ${LIBRARY_NAME}) - install(TARGETS storm_test RUNTIME DESTINATION bin) + add_executable(StormLib_test ${TEST_SRC_FILES}) + target_link_libraries(StormLib_test ${LIBRARY_NAME}) + install(TARGETS StormLib_test RUNTIME DESTINATION bin) endif() |