From 6717e588e71d0586613053521b2dc591405410ba Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 5 Jul 2015 01:17:15 +0300 Subject: First version --- samples/echobot/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/echobot/CMakeLists.txt (limited to 'samples/echobot/CMakeLists.txt') diff --git a/samples/echobot/CMakeLists.txt b/samples/echobot/CMakeLists.txt new file mode 100644 index 0000000..c8c02ea --- /dev/null +++ b/samples/echobot/CMakeLists.txt @@ -0,0 +1,4 @@ +set(SAMPLE_NAME echobot) + +add_executable(${SAMPLE_NAME} src/main.cpp) +target_link_libraries(${SAMPLE_NAME} TgBot) \ No newline at end of file -- cgit v1.2.3