mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
c0bd8f95ce
llvm-svn: 169344
9 lines
131 B
CMake
9 lines
131 B
CMake
add_llvm_library(LLVMOption
|
|
Arg.cpp
|
|
ArgList.cpp
|
|
Option.cpp
|
|
OptTable.cpp
|
|
)
|
|
|
|
target_link_libraries(LLVMOption LLVMSupport)
|