From de98ea605b89972c55d6783fb5e5479202c31dfa Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Apr 2018 23:35:27 +0200 Subject: [PATCH] install ingredients.json --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96ce18b..93614a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,3 +17,6 @@ include_directories(${PROJECT_BINARY_DIR}) add_executable(soupbot src/soupbot.cpp) target_link_libraries(soupbot mastodon-cpp boost_system boost_filesystem ssl crypto) install(TARGETS soupbot DESTINATION ${CMAKE_INSTALL_BINDIR}) + +install(FILES ingredients.json + DESTINATION ${CMAKE_INSTALL_DATADIR}/soupbot)