Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
d97b32f4
Commit
d97b32f4
authored
Nov 08, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added pybind11_glm header to CMakeLists
parent
942644fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils/CMakeLists.txt
utils/CMakeLists.txt
+1
-1
No files found.
utils/CMakeLists.txt
View file @
d97b32f4
...
@@ -43,7 +43,7 @@ add_executable(json-to-cereal-binary json-to-cereal-binary.cpp)
...
@@ -43,7 +43,7 @@ add_executable(json-to-cereal-binary json-to-cereal-binary.cpp)
target_link_libraries
(
json-to-cereal-binary
${
OpenCV_LIBS
}
${
Boost_LIBRARIES
}
)
target_link_libraries
(
json-to-cereal-binary
${
OpenCV_LIBS
}
${
Boost_LIBRARIES
}
)
# Generate python bindings using pybind11:
# Generate python bindings using pybind11:
if
(
GENERATE_PYTHON_BINDINGS
)
if
(
GENERATE_PYTHON_BINDINGS
)
pybind11_add_module
(
python-bindings generate-python-bindings.cpp
)
pybind11_add_module
(
python-bindings generate-python-bindings.cpp
pybind11_glm.hpp
)
target_link_libraries
(
python-bindings PRIVATE
${
OpenCV_LIBS
}
${
Boost_LIBRARIES
}
)
target_link_libraries
(
python-bindings PRIVATE
${
OpenCV_LIBS
}
${
Boost_LIBRARIES
}
)
set_target_properties
(
python-bindings PROPERTIES OUTPUT_NAME eos
)
set_target_properties
(
python-bindings PROPERTIES OUTPUT_NAME eos
)
install
(
TARGETS python-bindings DESTINATION bin
)
install
(
TARGETS python-bindings DESTINATION bin
)
...
...
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