Try to fix cmake build.
[oota-llvm.git] / tools / bugpoint-passes / CMakeLists.txt
diff --git a/tools/bugpoint-passes/CMakeLists.txt b/tools/bugpoint-passes/CMakeLists.txt
new file mode 100644 (file)
index 0000000..50109a5
--- /dev/null
@@ -0,0 +1,3 @@
+add_llvm_loadable_module( BugpointPasses
+  TestPasses.cpp
+  )