Initial support for the CMake build system.
[oota-llvm.git] / lib / Analysis / IPA / CMakeLists.txt
1 add_llvm_library(LLVMipa
2   Andersens.cpp
3   CallGraph.cpp
4   CallGraphSCCPass.cpp
5   FindUsedTypes.cpp
6   GlobalsModRef.cpp
7   )