forked from Wirlaburla/P3NG0
5 lines
71 B
CMake
5 lines
71 B
CMake
add_executable(pengobot
|
|
main.cpp
|
|
)
|
|
target_link_libraries(pengobot)
|