Skip to content

Commit a322c10

Browse files
committed
[pseudo] temporary fix for missing generated header after fe66aeb
Better fix to be added by Haojian later!
1 parent c0ef1ff commit a322c10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/pseudo/lib/cli/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ set(LLVM_LINK_COMPONENTS
55
add_clang_library(clangPseudoCLI
66
CLI.cpp
77

8+
# FIXME export the headers from clangPseudoCXX instead
9+
DEPENDS
10+
cxx_gen
11+
812
LINK_LIBS
913
clangPseudoGrammar
1014
clangPseudoCXX

0 commit comments

Comments
 (0)