diff options
author | panda-roux <contact@panda-roux.pub> | 2021-08-22 11:20:48 -0700 |
---|---|---|
committer | panda-roux <contact@panda-roux.pub> | 2021-08-22 11:20:48 -0700 |
commit | 22728c0b6a8e30cc261036a678ea9565c6788c28 (patch) | |
tree | 517b85e22c99338045185e3df77e8fe8c4a99412 | |
parent | 21e5f44a00c3507648c7d5826199e6a8454cbc19 (diff) |
adding install target1.0.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b35984b..99b79b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -33,3 +33,5 @@ target_include_directories(rssmail | |||
33 | "${CMAKE_CURRENT_SOURCE_DIR}/include" | 33 | "${CMAKE_CURRENT_SOURCE_DIR}/include" |
34 | ${LIBXML2_INCLUDE_DIRS} | 34 | ${LIBXML2_INCLUDE_DIRS} |
35 | ${CURL_INCLUDE_DIRS}) | 35 | ${CURL_INCLUDE_DIRS}) |
36 | |||
37 | install(TARGETS rssmail DESTINATION bin) | ||