Skip to content

Commit

Permalink
Add Khiops JAR files to the Khiops desktop Linux packages.
Browse files Browse the repository at this point in the history
related_to #120
  • Loading branch information
popescu-v committed Jan 12, 2024
1 parent 9956e67 commit 2d5c4dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packaging/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ install(
install(
FILES ${TMP_DIR}/kni.README.txt
DESTINATION ${DOC_DIR}
RENAME README.txt
COMPONENT KNI)
COMPONENT KNI
RENAME README.txt)

# Copy KNI c++ files to temporary directory before to add main functions
configure_file(${PROJECT_SOURCE_DIR}/src/Learning/KNITransfer/KNIRecodeFile.cpp ${TMP_DIR}/KNIRecodeFile.c COPYONLY)
Expand Down Expand Up @@ -115,3 +115,8 @@ install(
${PROJECT_SOURCE_DIR}/packaging/linux/common/khiops-coclustering.desktop
DESTINATION usr/share/applications
COMPONENT KHIOPS)

install(
FILES ${CMAKE_BINARY_DIR}/jars/norm.jar ${CMAKE_BINARY_DIR}/jars/khiops.jar
DESTINATION usr/share/khiops
COMPONENT KHIOPS)

0 comments on commit 2d5c4dd

Please sign in to comment.