about summary refs log tree commit diff stats
path: root/wrapperhelper
diff options
context:
space:
mode:
Diffstat (limited to 'wrapperhelper')
-rw-r--r--wrapperhelper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapperhelper/CMakeLists.txt b/wrapperhelper/CMakeLists.txt
index 5e448c31..3ab9cf14 100644
--- a/wrapperhelper/CMakeLists.txt
+++ b/wrapperhelper/CMakeLists.txt
@@ -3,5 +3,5 @@ project("helper")
 find_package(Clang REQUIRED CONFIG)
 
 add_executable(helper main.cpp gen.cpp)
-#target_include_directories(helper SYSTEM PUBLIC ${CLANG_INCLUDE_DIRS})
+target_include_directories(helper SYSTEM PUBLIC ${CLANG_INCLUDE_DIRS})
 target_link_libraries(helper PUBLIC clang-cpp LLVM)