From 5ff41ee9fbf473f872b1482026401d55b53a5fed Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 24 Mar 2010 01:14:39 +0000 Subject: [PATCH] moved api_demos to cmake --- CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e82280e2b2..88f023b917 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -804,8 +804,11 @@ else(HAVE_FLTK) endif(HAVE_FLTK) # we could specify include dirs more selectively, but this is simpler -include_directories(Common Fltk Geo Graphics Mesh Solver Numeric Parser Plugin - Post Qt ${EXTERNAL_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR}/Common) +include_directories(Common Fltk Geo Graphics Mesh Solver Numeric Parser + Plugin Post Qt ${EXTERNAL_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR}/Common) + +# set this for external codes that might include this CMakeList file +set(GMSH_EXTERNAL_INCLUDE_DIRS ${EXTERNAL_INCLUDES} PARENT_SCOPE) # group sources for easier navigation in IDEs foreach(DIR ${GMSH_DIRS}) @@ -1059,3 +1062,4 @@ message("") mark_as_advanced(BISON FLEX GMP_LIB GMSH_EXTRA_VERSION HDF5_LIB MAKEINFO MED_LIB OCC_INC SZ_LIB TAUCS_LIB LUA_LIB TEXI2PDF READLINE_LIB) + -- GitLab