Files
Tourbot/src/CMakeLists.txt
2023-10-03 13:02:07 -05:00

5 lines
71 B
CMake

add_executable(pengobot
main.cpp
)
target_link_libraries(pengobot)