Commit 6ce8b93c authored by Andrey Pavlenko's avatar Andrey Pavlenko

Fixing build for Android

parent 7a24dc9c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment