mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 02:02:08 -04:00
4d713d5c8c
* misc runtime fixes * clang format
13 lines
273 B
CMake
13 lines
273 B
CMake
# TODO - probably a more cmakey way to do this
|
|
|
|
set(GOALC_TEST_CASES
|
|
"goalc/all_goalc_template_tests.cpp"
|
|
goalc/test_debugger.cpp
|
|
goalc/test_game_no_debug.cpp
|
|
)
|
|
|
|
set(GOALC_TEST_FRAMEWORK_SOURCES
|
|
"goalc/framework/test_runner.cpp"
|
|
"goalc/framework/test_runner.h"
|
|
)
|