Skip to content

Commit 18aa84e

Browse files
committed
cmake: Add compile definition for custom include path to vast-front.
1 parent 7123338 commit 18aa84e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/vast-front/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ add_vast_executable(vast-front
77
${LLVM_LIBS}
88
${CLANG_LIBS}
99
)
10+
11+
if(VAST_CUSTOM_INCLUDE_PATH)
12+
add_compile_definitions(VAST_CUSTOM_INCLUDE_PATH="${VAST_CUSTOM_INCLUDE_PATH}")
13+
endif()

0 commit comments

Comments
 (0)