diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e32141..496a830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,9 @@ include_directories(${CMAKE_SOURCE_DIR}/include) option(BUILD_FORTRAN "Build Fortran compatible library and examples for testing" OFF) +option(BUILD_TNG_EXAMPLES "Build examples showing usage of the TNG API" ON) +option(BUILD_COMPRESSION_TESTS "Build tests of the TNG compression library" OFF) + option(USE_OPENMP "Try to use the OpenMP library (if available)" ON) if(USE_OPENMP) find_package(OpenMP) |