diff options
-rw-r--r-- | longbow/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/longbow/CMakeLists.txt b/longbow/CMakeLists.txt index c7219ab3..ee2798a1 100644 --- a/longbow/CMakeLists.txt +++ b/longbow/CMakeLists.txt @@ -1,5 +1,6 @@ cmake_minimum_required(VERSION 3.2) project(LongBow) + include( CTest ) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") |