Skip to content
Snippets Groups Projects
Commit f8f6ce84 authored by unknown's avatar unknown
Browse files

fixed swig i-files installation

parent 4b961f72
Branches
No related merge requests found
......@@ -105,8 +105,8 @@ install(
# Install SWIG files
# -----------------------------------------------------------------------------
#install(
# FILES ${I_FILES}
# DESTINATION ${SWIG_SRC_DIR}
# PERMISSIONS ${PERM_SCRIPTS}
#)
install(
FILES ${I_FILES}
DESTINATION include/libcorpus2
PERMISSIONS ${PERM_SCRIPTS}
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment