Files
xrbx/tests/CMakeLists.txt
T
2026-08-04 17:59:25 +02:00

9 lines
98 B
CMake

add_executable(xrbx_test
test.cpp
)
target_link_libraries(xrbx_test
PRIVATE
xrbx
)