Completely refactor the structuring of unittest CMake files to match the
[oota-llvm.git] / unittests / ExecutionEngine / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   jit
3   interpreter
4   nativecodegen
5   )
6
7 add_llvm_unittest(ExecutionEngineTests
8   ExecutionEngineTest.cpp
9   )
10
11 add_subdirectory(JIT)