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
b6f6635a
Commit
b6f6635a
authored
Dec 10, 2016
by
Patrik Huber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add eos target to python bindings, remove /bigobj
parent
1b300f4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
python/CMakeLists.txt
python/CMakeLists.txt
+1
-5
No files found.
python/CMakeLists.txt
View file @
b6f6635a
...
@@ -30,11 +30,7 @@ else(Boost_FOUND)
...
@@ -30,11 +30,7 @@ else(Boost_FOUND)
message
(
FATAL_ERROR
"Boost not found"
)
message
(
FATAL_ERROR
"Boost not found"
)
endif
()
endif
()
if
(
MSVC
)
# not sure this is required for the python bindings, just keep it for now
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
/bigobj"
)
endif
()
pybind11_add_module
(
python-bindings generate-python-bindings.cpp pybind11_glm.hpp
)
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
eos
${
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 python
)
install
(
TARGETS python-bindings DESTINATION python
)
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