jak-project/test/CMakeLists.txt
2020-08-30 10:56:42 -04:00

16 lines
457 B
CMake

add_executable(goalc-test
test_main.cpp
test_test.cpp
test_reader.cpp
test_goos.cpp
test_listener_deci2.cpp
test_kernel.cpp
all_jak1_symbols.cpp
test_type_system.cpp
test_CodeTester.cpp
test_emitter_slow.cpp
test_emitter_loads_and_store.cpp
test_emitter_xmm32.cpp
)
target_link_libraries(goalc-test goos util listener runtime emitter type_system gtest)