diff options
| author | ljfa <ljfa-ag@web.de> | 2015-09-22 15:57:20 +0200 |
|---|---|---|
| committer | ljfa <ljfa-ag@web.de> | 2015-09-22 15:57:20 +0200 |
| commit | 682caa865d4a064b7fa1b46b02c6ffef1f3a7597 (patch) | |
| tree | b109319f9515da7e0f606f6bc5658577605a43ea /test | |
| parent | 3f965312d61fac3970f1000ee6433cc154abcb6c (diff) | |
| download | Project-Tick-682caa865d4a064b7fa1b46b02c6ffef1f3a7597.tar.gz Project-Tick-682caa865d4a064b7fa1b46b02c6ffef1f3a7597.zip | |
Only search CxxTest when NBT_BUILD_TESTS is on
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 418f6b4b14..04a461a07a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,6 @@ enable_testing() +find_package(CxxTest REQUIRED) + include_directories(${libnbt++_SOURCE_DIR}/include) include_directories(${CXXTEST_INCLUDE_DIR}) |
