Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make doxygen happy
[simgrid.git] / CMakeLists.txt
index 2ed2fea..538bae3 100644 (file)
@@ -1,4 +1,12 @@
 cmake_minimum_required(VERSION 2.6)
+
+IF(CMAKE_BUILD_TYPE STREQUAL "ModelChecker") 
+  SET(enable_coverage ON)
+  SET(enable_model-checking ON)
+  SET(enable_lua ON)
+  SET(enable_compile_optimization OFF)
+ENDIF()
+
 ### Need to set rc ccompiler before enable language
 if(WIN32)
   SET(CMAKE_RC_COMPILER "windres")