diff options
author | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-15 12:35:29 (GMT) |
---|---|---|
committer | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-15 12:35:29 (GMT) |
commit | 718d755c5877bc3005ade2827e7c9cec1c6d064a (patch) | |
tree | 8f255984122247c9bf64c98f37b5401f28dd2f7f /src/tests | |
parent | 2882416b599514f5a7e60b07c6a20b53a32f9027 (diff) |
Also add the modified cmakefiles.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 4a63c54..094f5f5 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -1,3 +1,5 @@ +add_subdirectory(compression) + if(NOT OPENMP_FOUND) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}") endif() |