1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #9457 from alalek:type_traits_issue_7599

This commit is contained in:
Maksim Shabunin
2017-09-06 13:34:28 +00:00
23 changed files with 757 additions and 341 deletions
+6
View File
@@ -940,6 +940,12 @@ function(ocv_target_link_libraries target)
endif()
endfunction()
function(ocv_target_compile_definitions target)
_ocv_fix_target(target)
target_compile_definitions(${target} ${ARGN})
endfunction()
function(_ocv_append_target_includes target)
if(DEFINED OCV_TARGET_INCLUDE_DIRS_${target})
target_include_directories(${target} PRIVATE ${OCV_TARGET_INCLUDE_DIRS_${target}})