1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CompilerDriver/CMakeLists.txt
Oscar Fuentes 208de1fcc4 Build CompilerDriver library.
llvm-svn: 127554
2011-03-12 22:01:42 +00:00

13 lines
263 B
CMake

set(LLVM_LINK_COMPONENTS support)
# We don't want this library to appear in `llvm-config --libs` output,
# so its name doesn't start with "LLVM".
add_llvm_library(CompilerDriver
Action.cpp
BuiltinOptions.cpp
CompilationGraph.cpp
Main.cpp
Tool.cpp
)