1 2 3 4
set(SAMPLE_NAME echobot) add_executable(${SAMPLE_NAME} src/main.cpp) target_link_libraries(${SAMPLE_NAME} TgBot)