Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
e7a2e63e
Commit
e7a2e63e
authored
Aug 24, 2017
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1339 from jasjuang:master
parents
5e2d202e
21d4a6ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
modules/cnn_3dobj/CMakeLists.txt
+2
-2
No files found.
modules/cnn_3dobj/CMakeLists.txt
View file @
e7a2e63e
...
...
@@ -36,12 +36,12 @@ ocv_define_module(cnn_3dobj opencv_core opencv_imgproc ${Caffe_LIBS} ${Glog_LIBS
ocv_add_testdata
(
testdata/cv contrib/cnn_3dobj
)
if
(
TARGET opencv_test_cnn_3dobj
)
target_link_libraries
(
opencv_test_cnn_3dobj boost_system
)
target_link_libraries
(
opencv_test_cnn_3dobj
PUBLIC
boost_system
)
endif
()
foreach
(
exe_TGT classify video sphereview_data model_analysis
)
if
(
TARGET example_cnn_3dobj_
${
exe_TGT
}
)
target_link_libraries
(
example_cnn_3dobj_
${
exe_TGT
}
boost_system
)
target_link_libraries
(
example_cnn_3dobj_
${
exe_TGT
}
PUBLIC
boost_system
)
endif
()
endforeach
()
endif
()
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