mirror of
https://github.com/open-goal/jak-project
synced 2026-06-23 01:19:57 -04:00
413c1f5c74
* add offline test for gcommon as an example. * fix test * unused var
5 lines
151 B
CMake
5 lines
151 B
CMake
|
|
add_executable(offline-test
|
|
${CMAKE_CURRENT_LIST_DIR}/offline_test_main.cpp)
|
|
|
|
target_link_libraries(offline-test common gtest decomp compiler) |