jak-project/test/offline/CMakeLists.txt
water111 3a1c9eaf75
[decompiler] clean up offline test program, reorganize decomp order (#895)
* make a new offline test

* finish up offline test and fix crash bugs
2021-10-12 20:33:26 -04:00

7 lines
153 B
CMake

add_executable(offline-test
${CMAKE_CURRENT_LIST_DIR}/offline_test_main.cpp)
target_link_libraries(offline-test common gtest decomp compiler)