llvm-project/libc/utils/HdrGen/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
231 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS Support)
add_tablegen(libc-hdrgen llvm-libc
Command.h
Command.cpp
Generator.cpp
Generator.h
IncludeFileCommand.cpp
IncludeFileCommand.h
Main.cpp
PublicAPICommand.cpp
PublicAPICommand.h
)