From 2a6282a989965af0d1956be98a7ace01cd630a2c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 14 Apr 2018 13:15:05 +0200 Subject: [PATCH] install example watchwords.json --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a207d9..fb664c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,3 +31,6 @@ file(GLOB sources src/*.cpp) add_executable(mastorss ${sources}) target_link_libraries(mastorss mastodon-cpp ${Boost_LIBRARIES} ssl crypto ${CURL_LIBRARIES} curlpp) install(TARGETS mastorss DESTINATION ${CMAKE_INSTALL_BINDIR}) + +install(FILES watchwords.json + DESTINATION ${CMAKE_INSTALL_DATADIR}/mastorss)