Skip to content
Snippets Groups Projects
Commit 06b97d26 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed installation

parent c1af43ce
No related branches found
Tags 01.00.02
No related merge requests found
......@@ -3,7 +3,7 @@ project(MskKanbanBoard)
set(${PROJECT_NAME}_MAJOR_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 00)
set(${PROJECT_NAME}_PATCH_VERSION 01)
set(${PROJECT_NAME}_PATCH_VERSION 02)
include(cmake/set_version_numbers.cmake)
include(cmake/enable_latest_cxx_support.cmake)
......@@ -53,4 +53,4 @@ install(TARGETS ${TARGET} RUNTIME DESTINATION bin)
install(FILES ${PROJECT_BINARY_DIR}/${PROJECT_NAME}.service DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/systemd/system)
install(FILES ${PROJECT_BINARY_DIR}/${PROJECT_NAME}.css DESTINATION ${APPROOT})
install(FILES ${PROJECT_BINARY_DIR}/${PROJECT_NAME}.cfg.template DESTINATION ${APPROOT})
install(CODE "EXECUTE_PROCESS(COMMAND ln -sf ${CMAKE_INSTALL_FULL_DATAROOTDIR}/Wt/resources ${APPROOT} WORKING_DIRECTORY ${PREFIX_INCLUDE} )")
install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_INSTALL_FULL_DATAROOTDIR}/Wt/resources ${APPROOT}/resources)")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment