jak-project/test/CMakeLists.txt

16 lines
457 B
CMake
Raw Normal View History

2020-08-22 22:30:12 -04:00
add_executable(goalc-test
test_main.cpp
test_test.cpp
test_reader.cpp
test_goos.cpp
test_listener_deci2.cpp
test_kernel.cpp
2020-08-24 00:06:07 -04:00
all_jak1_symbols.cpp
2020-08-29 19:13:29 -04:00
test_type_system.cpp
test_CodeTester.cpp
test_emitter_slow.cpp
2020-08-30 10:56:42 -04:00
test_emitter_loads_and_store.cpp
test_emitter_xmm32.cpp
2020-08-29 19:13:29 -04:00
)
2020-08-22 22:30:12 -04:00
2020-08-24 00:06:07 -04:00
target_link_libraries(goalc-test goos util listener runtime emitter type_system gtest)