Exposing MCJIT through C API
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / CMakeLists.txt
index 9ffe6138ad76ca25fa04bbbaf7cd847153b83132..922cb7efd5eb6687b8217e2866467e7fdcb68485 100644 (file)
@@ -9,6 +9,7 @@ set(LLVM_LINK_COMPONENTS
 
 set(MCJITTestsSources
   MCJITTest.cpp
+  MCJITCAPITest.cpp
   MCJITMemoryManagerTest.cpp
   MCJITObjectCacheTest.cpp
   )