mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
328 B
13 lines
328 B
if(WITH_ITT) |
|
if(BUILD_ITT) |
|
add_subdirectory("${OpenCV_SOURCE_DIR}/3rdparty/ittnotify") |
|
set(ITT_INCLUDE_DIR "${OpenCV_SOURCE_DIR}/3rdparty/ittnotify/include") |
|
set(ITT_INCLUDE_DIRS "${ITT_INCLUDE_DIR}") |
|
set(ITT_LIBRARIES "ittnotify") |
|
set(HAVE_ITT 1) |
|
else() |
|
#TODO |
|
endif() |
|
endif() |
|
|
|
set(OPENCV_TRACE 1)
|
|
|