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:
@@ -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}})
|
||||
|
||||
Reference in New Issue
Block a user