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
6ce8b93c
Commit
6ce8b93c
authored
May 11, 2011
by
Andrey Pavlenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing build for Android
parent
7a24dc9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
modules/haartraining/CMakeLists.txt
+4
-1
No files found.
modules/haartraining/CMakeLists.txt
View file @
6ce8b93c
...
...
@@ -82,7 +82,7 @@ set_target_properties(opencv_performance PROPERTIES
install
(
TARGETS opencv_haartraining RUNTIME DESTINATION bin COMPONENT main
)
install
(
TARGETS opencv_createsamples RUNTIME DESTINATION bin COMPONENT main
)
install
(
TARGETS opencv_performance RUNTIME DESTINATION bin COMPONENT main
)
endif
()
if
(
SOLUTION_FOLDERS_ENABLED
)
set_target_properties
(
opencv_performance PROPERTIES FOLDER
"applications"
)
...
...
@@ -90,3 +90,5 @@ if(SOLUTION_FOLDERS_ENABLED)
set_target_properties
(
opencv_haartraining PROPERTIES FOLDER
"applications"
)
set_target_properties
(
opencv_haartraining_engine PROPERTIES FOLDER
"applications"
)
endif
()
endif
()
\ No newline at end of file
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