Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
50db1e6b
Commit
50db1e6b
authored
Jul 27, 2016
by
Michael Turner
Browse files
fix
parent
b5474726
Changes
2
Hide whitespace changes
Inline
Side-by-side
library/CMakeLists.txt
View file @
50db1e6b
SET
(
LibrarySubDirs FieldUtils GlobalMapping LibUtilities LocalRegions
Collections MultiRegions SpatialDomains StdRegions
SolverUtils
NekMeshUtils
)
SET
(
LibrarySubDirs FieldUtils GlobalMapping LibUtilities LocalRegions
Collections MultiRegions SpatialDomains StdRegions NekMeshUtils
)
SET
(
UnitTestSubDirs UnitTests
)
SET
(
DemoSubDirs Demos
)
SET
(
TimingsSubDirs Timings
)
SET
(
SolverUtilsSubDirs SolverUtils
)
SUBDIRS
(
${
LibrarySubDirs
}
)
...
...
@@ -19,3 +20,7 @@ ENDIF( NEKTAR_BUILD_DEMOS )
IF
(
NEKTAR_BUILD_TIMINGS
)
SUBDIRS
(
${
TimingsSubDirs
}
)
ENDIF
(
NEKTAR_BUILD_TIMINGS
)
IF
(
NEKTAR_BUILD_SOLVERS
)
SUBDIRS
(
${
SolverUtilsSubDirs
}
)
ENDIF
(
NEKTAR_BUILD_SOLVERS
)
utilities/NekMesh/CMakeLists.txt
View file @
50db1e6b
...
...
@@ -72,7 +72,7 @@ ENDIF (NEKTAR_USE_MESHGEN)
# LocalRegions.
ADD_EXECUTABLE
(
NekMesh
${
NekMeshSources
}
)
SET_COMMON_PROPERTIES
(
NekMesh
)
TARGET_LINK_LIBRARIES
(
NekMesh NekMeshUtils
LocalRegions Solver
Utils
)
TARGET_LINK_LIBRARIES
(
NekMesh NekMeshUtils
Field
Utils
)
SET_PROPERTY
(
TARGET NekMesh PROPERTY FOLDER util
)
INSTALL
(
TARGETS NekMesh
RUNTIME DESTINATION
${
NEKTAR_BIN_DIR
}
COMPONENT util
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment