Files
clang-p2996/clang-tools-extra/pseudo/lib/cli/CMakeLists.txt
Sam McCall a322c104cb [pseudo] temporary fix for missing generated header after fe66aebd75
Better fix to be added by Haojian later!
2022-07-01 16:45:22 +02:00

16 lines
216 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_library(clangPseudoCLI
CLI.cpp
# FIXME export the headers from clangPseudoCXX instead
DEPENDS
cxx_gen
LINK_LIBS
clangPseudoGrammar
clangPseudoCXX
)