Skip to content
Snippets Groups Projects
Commit 9eb10deb authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Changed plugin paths.

parent 7dced34e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
# as exposed by the dynamic-graph pkg-config file.
SET(PLUGINDIR ${DYNAMIC_GRAPH_PLUGINDIRNAME})
SET(FULLPLUGINDIR ${CMAKE_INSTALL_PREFIX}/${PLUGINDIR})
SET(SOT_PLUGIN_OUT_DIR ${CMAKE_BINARY_DIR}/src)
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/test-paths.h.cmake
......@@ -86,7 +87,7 @@ SET (tests
)
IF(UNIX)
LINK_DIRECTORIES(${${PROJECT_NAME}_BINARY_DIR}/src ${CMAKE_INSTALL_PREFIX}/lib/plugin)
LINK_DIRECTORIES(${SOT_PLUGIN_OUT_DIR} ${FULLPLUGINDIR})
ENDIF(UNIX)
......
......@@ -20,6 +20,6 @@
#ifndef TEST_PATHS_H
#define PLUGIN_LIB_INSTALL_PATH "${CMAKE_INSTALL_PREFIX}/lib/plugin"
#define PLUGIN_LIB_INSTALL_PATH "${SOT_PLUGIN_OUT_DIR}"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment