Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
polymesh
Commits
26d40e3f
Commit
26d40e3f
authored
Sep 22, 2018
by
Philip Trettner
Browse files
added visual studio source folders
parent
6292e574
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
26d40e3f
...
...
@@ -4,6 +4,7 @@ project(PolyMesh)
file
(
GLOB_RECURSE SOURCE_FILES
"src/*.cc"
)
file
(
GLOB_RECURSE HEADER_FILES
"src/*.hh"
)
source_group
(
TREE
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src"
FILES
${
SOURCE_FILES
}
${
HEADER_FILES
}
)
add_library
(
polymesh STATIC
${
SOURCE_FILES
}
${
HEADER_FILES
}
)
target_include_directories
(
polymesh PUBLIC src/
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment