Update CMake files.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   BlockProfiling.cpp
3   EdgeProfiling.cpp
4   MaximumSpanningTree.cpp
5   ProfilingUtils.cpp
6   RSProfiling.cpp
7   )