mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-23 16:06:30 +00:00
6c655321e6
Signed-off-by: swurl <swurl@swurl.xyz>
7 lines
186 B
CMake
7 lines
186 B
CMake
add_executable(sirit_tests
|
|
main.cpp)
|
|
target_link_libraries(sirit_tests PRIVATE sirit)
|
|
target_include_directories(sirit_tests PRIVATE . ../include)
|
|
|
|
add_test(sirit_tests sirit_tests)
|