jak-project/test/CMakeLists.txt

12 lines
346 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
test_CodeTester.cpp
2020-08-24 00:06:07 -04:00
all_jak1_symbols.cpp
test_type_system.cpp)
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)