install ingredients.json

This commit is contained in:
tastytea 2018-04-13 23:35:27 +02:00
parent 3c905f2ec7
commit de98ea605b
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 3 additions and 0 deletions

View File

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