Skip to content
Snippets Groups Projects
Commit 1a59005e authored by ilor's avatar ilor
Browse files

install our swig boost shared_ptr and unicodestring wrappers, fix install dir name

parent 368fb5f0
Branches
No related merge requests found
......@@ -38,7 +38,7 @@ endif(CMAKE_COMPILER_IS_GNUCXX)
# -----------------------------------------------------------------------------
SET(CMAKE_SWIG_FLAGS "")
SET(SWIG_SRC_DIR ${SWIG_DIR}/libcorpus)
SET(SWIG_SRC_DIR ${SWIG_DIR}/libcorpus2)
# -----------------------------------------------------------------------------
# corous2
......@@ -106,6 +106,8 @@ install(
libcorpusannotatedsentence.i
libcorpusannotationview.i
corpus2.i
boost_shared_ptr.i
unicodestring.i
DESTINATION ${SWIG_SRC_DIR}
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