decaf-emu/tests/CMakeLists.txt

5 lines
94 B
CMake

project(tests)
include_directories("../src")
add_subdirectory("cpu")
add_subdirectory("gpu")