diff --git a/libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt b/libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt index c90fde76dd58c..9e25c21c6b359 100644 --- a/libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt +++ b/libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt @@ -1,4 +1,4 @@ -add_tablegen(libc-prototype-testgen llvm-libc +add_tablegen(libc-prototype-testgen LLVM_LIBC PrototypeTestGen.cpp ) target_link_libraries(libc-prototype-testgen PRIVATE LibcTableGenUtil) diff --git a/libc/utils/tools/WrapperGen/CMakeLists.txt b/libc/utils/tools/WrapperGen/CMakeLists.txt index fe8ffcce94a58..5fd78591e9b3c 100644 --- a/libc/utils/tools/WrapperGen/CMakeLists.txt +++ b/libc/utils/tools/WrapperGen/CMakeLists.txt @@ -1,6 +1,6 @@ set(LLVM_LINK_COMPONENTS Support) -add_tablegen(libc-wrappergen llvm-libc +add_tablegen(libc-wrappergen LLVM_LIBC Main.cpp )