9 lines
98 B
CMake
9 lines
98 B
CMake
add_executable(xrbx_test
|
|
test.cpp
|
|
)
|
|
|
|
target_link_libraries(xrbx_test
|
|
PRIVATE
|
|
xrbx
|
|
)
|