summaryrefslogtreecommitdiff
path: root/samples/echobot/CMakeLists.txt
blob: c8c02ead00554a08d22a890d5fc8ecdee8e3e6c4 (plain)
1
2
3
4
set(SAMPLE_NAME echobot)

add_executable(${SAMPLE_NAME} src/main.cpp)
target_link_libraries(${SAMPLE_NAME} TgBot)