1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/unittests/ExecutionEngine/CMakeLists.txt
Andrew Kaylor 17202594ad Adding MCJIT and MemoryBuffer unit tests
Patch by Daniel Malea.

llvm-svn: 165246
2012-10-04 20:29:44 +00:00

11 lines
160 B
CMake

set(LLVM_LINK_COMPONENTS
interpreter
)
add_llvm_unittest(ExecutionEngineTests
ExecutionEngineTest.cpp
)
add_subdirectory(JIT)
add_subdirectory(MCJIT)