Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
5ff41ee9
Commit
5ff41ee9
authored
15 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
moved api_demos to cmake
parent
ba0dbf32
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+6
-2
6 additions, 2 deletions
CMakeLists.txt
with
6 additions
and
2 deletions
CMakeLists.txt
+
6
−
2
View file @
5ff41ee9
...
@@ -804,8 +804,11 @@ else(HAVE_FLTK)
...
@@ -804,8 +804,11 @@ else(HAVE_FLTK)
endif
(
HAVE_FLTK
)
endif
(
HAVE_FLTK
)
# we could specify include dirs more selectively, but this is simpler
# we could specify include dirs more selectively, but this is simpler
include_directories
(
Common Fltk Geo Graphics Mesh Solver Numeric Parser Plugin
include_directories
(
Common Fltk Geo Graphics Mesh Solver Numeric Parser
Post Qt
${
EXTERNAL_INCLUDES
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Common
)
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
# group sources for easier navigation in IDEs
foreach
(
DIR
${
GMSH_DIRS
}
)
foreach
(
DIR
${
GMSH_DIRS
}
)
...
@@ -1059,3 +1062,4 @@ message("")
...
@@ -1059,3 +1062,4 @@ message("")
mark_as_advanced
(
BISON FLEX GMP_LIB GMSH_EXTRA_VERSION HDF5_LIB MAKEINFO
mark_as_advanced
(
BISON FLEX GMP_LIB GMSH_EXTRA_VERSION HDF5_LIB MAKEINFO
MED_LIB OCC_INC SZ_LIB TAUCS_LIB LUA_LIB TEXI2PDF
MED_LIB OCC_INC SZ_LIB TAUCS_LIB LUA_LIB TEXI2PDF
READLINE_LIB
)
READLINE_LIB
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment