diff --git a/generator/CMakeLists.txt b/generator/CMakeLists.txt index 21f9e07..d90ae89 100644 --- a/generator/CMakeLists.txt +++ b/generator/CMakeLists.txt @@ -48,7 +48,7 @@ use_cpp_utilities() # find Clang for LibTooling; adding clangTooling should be sufficient as it pulls all transitive dependencies find_package(Clang REQUIRED) -list(APPEND PRIVATE_LIBRARIES clangTooling) +list(APPEND PRIVATE_LIBRARIES clangTooling clangFrontend clangAST clangLex clangSema clangBasic LLVM) # also add reflective_rapidjson which is header-only but might pull additional include dirs for RapidJSON list(APPEND PRIVATE_LIBRARIES reflective_rapidjson)