Skip to content
Snippets Groups Projects
Commit 63bd2212 authored by Mateusz Gniewkowski's avatar Mateusz Gniewkowski
Browse files

Update CMakeLists.txt, libtoki/CMakeLists.txt files

parent 26937403
No related branches found
No related tags found
1 merge request!1Deb
Pipeline #495 passed
...@@ -61,7 +61,6 @@ add_subdirectory(toki-app) ...@@ -61,7 +61,6 @@ add_subdirectory(toki-app)
# Requires to install dependencies # Requires to install dependencies
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-all-dev, libicu-dev, corpus2-python3.6, libloki-dev") set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-all-dev, libicu-dev, corpus2-python3.6, libloki-dev")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "")
set(CPACK_SET_DESTDIR "/usr")
# Set *.deb package name and version # Set *.deb package name and version
SET(CPACK_PACKAGE_VERSION "${TOKI_VERSION}") SET(CPACK_PACKAGE_VERSION "${TOKI_VERSION}")
......
...@@ -35,6 +35,7 @@ include_directories(${Boost_INCLUDE_DIR}) ...@@ -35,6 +35,7 @@ include_directories(${Boost_INCLUDE_DIR})
link_directories(${Boost_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS})
set(LIBS ${LIBS} ${Boost_LIBRARIES}) set(LIBS ${LIBS} ${Boost_LIBRARIES})
set(CMAKE_INSTALL_PREFIX /usr)
set(LIBTOKI_INSTALL_DATA_DIR share/toki) set(LIBTOKI_INSTALL_DATA_DIR share/toki)
set(LIBTOKI_PATH_SEPARATOR ";") set(LIBTOKI_PATH_SEPARATOR ";")
set(LIBTOKI_DATA_DIR ".;${CMAKE_INSTALL_PREFIX}/${LIBTOKI_INSTALL_DATA_DIR}") set(LIBTOKI_DATA_DIR ".;${CMAKE_INSTALL_PREFIX}/${LIBTOKI_INSTALL_DATA_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment