Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
openmesh-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
openmesh-python
Commits
81480ba7
Commit
81480ba7
authored
Jan 24, 2018
by
Alexander Dielen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glob headers and sources
parent
dacf3f2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
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
Markdown
is supported
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