mirror of https://github.com/AxioDL/boo.git
3 lines
110 B
CMake
3 lines
110 B
CMake
|
add_executable(booTest main.cpp ../InputDeviceClasses.cpp)
|
||
|
target_link_libraries(booTest Boo ${BOO_SYS_LIBS})
|