install example watchwords.json

This commit is contained in:
tastytea 2018-04-14 13:15:05 +02:00
parent cdfaa0c570
commit 2a6282a989
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5

View File

@ -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)