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.
1 parent b60e093 commit 726f513Copy full SHA for 726f513
llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
@@ -1,5 +1,8 @@
1
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
-include_directories( ${PROJECT_BINARY_DIR}/ittapi/include/ )
+if(NOT DEFINED ITTAPI_SOURCE_DIR)
3
+ set(ITTAPI_SOURCE_DIR ${PROJECT_BINARY_DIR})
4
+endif()
5
+include_directories( ${ITTAPI_SOURCE_DIR}/ittapi/include/ )
6
add_llvm_component_library(LLVMIntelJITEvents
7
IntelJITEventListener.cpp
8
0 commit comments