diff options
author | Ladislav <Zezula> | 2014-04-18 20:33:06 +0200 |
---|---|---|
committer | Ladislav <Zezula> | 2014-04-18 20:33:06 +0200 |
commit | fd430b981c6c365dfb9e39b1ee98f7c098128cb4 (patch) | |
tree | c1fd9ad234812bf8cd199daf54f6b7b74373a2f7 /CMakeLists.txt | |
parent | 5720c3b5b07479d89fbd9175bc4f323d49ff5ccd (diff) |
+ Renamed Test.cpp to StormTest.cpp
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b22069..5503d83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,7 +237,7 @@ set(ZLIB_BZIP2_FILES ) set(TEST_SRC_FILES - test/Test.cpp + test/StormTest.cpp ) add_definitions(-D_7ZIP_ST -DBZ_STRICT_ANSI) |