hanchenye-llvm-project/llvm/lib/Option/CMakeLists.txt

9 lines
131 B
CMake

add_llvm_library(LLVMOption
Arg.cpp
ArgList.cpp
Option.cpp
OptTable.cpp
)
target_link_libraries(LLVMOption LLVMSupport)