]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
Fix Linux compilation of netChat - explicit include of malloc.h required.
[simgear.git] / CMakeLists.txt
index 9374a3eef50916a8fb27b3c70237384f29de14e1..73bfdb5192eca4c53880521f4368e769a0f6e179 100644 (file)
@@ -142,6 +142,11 @@ configure_file (
   "${PROJECT_BINARY_DIR}/simgear/simgear_config.h"
   )
   
+# enable CTest / make test target
+
+include (Dart)
+enable_testing()
+  
 install (FILES ${PROJECT_BINARY_DIR}/simgear/simgear_config.h  DESTINATION include/simgear/)
 add_subdirectory(simgear)
 
@@ -156,3 +161,4 @@ ADD_CUSTOM_TARGET(uninstall
   "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
 
 
+