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
OpenMesh
openmesh-python
Commits
81480ba7
Commit
81480ba7
authored
Jan 24, 2018
by
Alexander Dielen
Browse files
glob headers and sources
parent
dacf3f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
81480ba7
...
...
@@ -6,8 +6,11 @@ set(OPENMESH_BUILD_PYTHON_BINDINGS OFF)
add_subdirectory
(
OpenMesh
)
add_subdirectory
(
pybind11
)
acg_append_files
(
HEADERS
"src/*.hh"
.
)
acg_append_files
(
SOURCES
"src/*.cc"
.
)
include_directories
(
${
OPENMESH_INCLUDE_DIRS
}
)
pybind11_add_module
(
openmesh
src/Bindings.cc src/InputOutput.cc src/Miscellaneous.cc
)
pybind11_add_module
(
openmesh
${
HEADERS
}
${
SOURCES
}
)
target_link_libraries
(
openmesh PRIVATE
${
OPENMESH_LIBRARIES
}
)
enable_testing
()
...
...
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