diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 28f5280..0b6a8fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -363,3 +363,4 @@ if(STORM_BUILD_TESTS) target_link_libraries(storm_test ${LIBRARY_NAME}) install(TARGETS storm_test RUNTIME DESTINATION bin) endif() + |