File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/lib/${CMAKE_BUILD_TYPE})
77
77
set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR} )
78
78
set (LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR} )
79
79
80
+ if (LLVM_BINARY_DIR )
81
+ file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /include/xpti
82
+ DESTINATION ${LLVM_BINARY_DIR} /include )
83
+ endif ()
84
+
80
85
add_subdirectory (src )
81
86
82
87
include (GNUInstallDirs )
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/lib/${CMAKE_BUILD_TYPE})
51
51
set (EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR} )
52
52
set (LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR} )
53
53
54
- include_directories (${CMAKE_SOURCE_DIR} /include ${XPTI_DIR} /include )
55
54
add_subdirectory (src )
56
55
57
56
add_custom_target (check-xptifw )
You can’t perform that action at this time.
0 commit comments