We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2249674 + 93813fe commit 988a562Copy full SHA for 988a562
cmake/OpenCVCompilerOptimizations.cmake
@@ -606,6 +606,9 @@ macro(ocv_compiler_optimization_process_sources SOURCES_VAR_NAME LIBS_VAR_NAME T
606
target_include_directories(${TARGET_BASE_NAME}_${OPT} PRIVATE $<TARGET_PROPERTY:${TARGET_BASE_NAME},INCLUDE_DIRECTORIES>)
607
#list(APPEND __result_libs ${TARGET_BASE_NAME}_${OPT})
608
list(APPEND __result "$<TARGET_OBJECTS:${TARGET_BASE_NAME}_${OPT}>")
609
+ if(ENABLE_SOLUTION_FOLDERS)
610
+ set_target_properties(${TARGET_BASE_NAME}_${OPT} PROPERTIES FOLDER "dispatched")
611
+ endif()
612
else()
613
foreach(fname ${__result_${OPT}})
614
get_source_file_property(__definitions "${fname}" COMPILE_DEFINITIONS)
0 commit comments