mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01: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)
|