diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-15 14:39:52 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-15 14:39:52 (GMT) |
commit | 22705f7863f87e850b3ef6079b899787e5248b45 (patch) | |
tree | 975c9f0df1ccafd28eb4e31c369813d4505b1231 /src/CMakeLists.txt | |
parent | 08150c67d755afab6665207b0a06ae892a0ad7fa (diff) |
Updated CMake files for compression library.
The include path was specified and the tng_io library linked to the
compression library.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bab61c6..d5f2bc0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,3 @@ +add_subdirectory(compression) add_subdirectory(lib) add_subdirectory(tests) -add_subdirectory(compression) |