Skip to content
Snippets Groups Projects
Commit 464b3f12 authored by Russell Taylor's avatar Russell Taylor
Browse files

Put core libraries in lib directory instead of bin. Re #2753.

parent 5beb30ef
No related merge requests found
......@@ -18,7 +18,7 @@ endif ()
###########################################################################
set ( BIN_DIR bin )
set ( LIB_DIR ${BIN_DIR} )
set ( LIB_DIR lib )
set ( PLUGINS_DIR plugins )
set ( CMAKE_INSTALL_PREFIX /opt/${CMAKE_PROJECT_NAME} )
......
......@@ -171,7 +171,7 @@ endif ()
# Installation settings
###########################################################################
install ( TARGETS PythonAPI DESTINATION ${LIB_DIR} )
install ( TARGETS PythonAPI DESTINATION ${BIN_DIR} )
install ( FILES ${PY_FILES} DESTINATION ${BIN_DIR} )
install ( DIRECTORY PythonAlgorithms/ DESTINATION ${PLUGINS_DIR}/PythonAlgs
PATTERN ".svn" EXCLUDE PATTERN "*.pyc" EXCLUDE )
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