llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.
[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)