Initial support for the CMake build system.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   BlockProfiling.cpp
3   EdgeProfiling.cpp
4   ProfilingUtils.cpp
5   RSProfiling.cpp
6   )