Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
8aa63af5
Commit
8aa63af5
authored
Sep 30, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Sep 30, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1518 from jet47:bug-3291-tbb-install
parents
42b396c9
d1f3a628
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
3rdparty/tbb/CMakeLists.txt
+5
-3
No files found.
3rdparty/tbb/CMakeLists.txt
View file @
8aa63af5
...
...
@@ -247,9 +247,11 @@ if(ENABLE_SOLUTION_FOLDERS)
set_target_properties
(
tbb PROPERTIES FOLDER
"3rdparty"
)
endif
()
if
(
NOT BUILD_SHARED_LIBS
)
install
(
TARGETS tbb ARCHIVE DESTINATION
${
OPENCV_3P_LIB_INSTALL_PATH
}
COMPONENT main
)
endif
()
install
(
TARGETS tbb
RUNTIME DESTINATION bin COMPONENT main
LIBRARY DESTINATION
${
OPENCV_LIB_INSTALL_PATH
}
COMPONENT main
ARCHIVE DESTINATION
${
OPENCV_3P_LIB_INSTALL_PATH
}
COMPONENT main
)
# get TBB version
ocv_parse_header
(
"
${
tbb_src_dir
}
/include/tbb/tbb_stddef.h"
TBB_VERSION_LINES TBB_VERSION_MAJOR TBB_VERSION_MINOR TBB_INTERFACE_VERSION CACHE
)
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