1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/Transforms/Instrumentation/CMakeLists.txt
Rafael Espindola b9bb29267f Fix cmake build.
llvm-svn: 129632
2011-04-16 02:06:46 +00:00

9 lines
171 B
CMake

add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
GCOVProfiling.cpp
Instrumentation.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
)