Skip to content
Snippets Groups Projects
Commit 78b74d59 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Fix demo executable output dir

parent 9b109c1c
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
Pipeline #10166 failed
...@@ -18,6 +18,8 @@ set(PLUGIN_NAME "wolf${PROJECT_NAME}") ...@@ -18,6 +18,8 @@ set(PLUGIN_NAME "wolf${PROJECT_NAME}")
# Paths # Paths
SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY FALSE) SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY FALSE)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)
SET(LIB_INSTALL_DIR lib) SET(LIB_INSTALL_DIR lib)
SET(INCLUDE_INSTALL_DIR include/iri-algorithms/wolf) SET(INCLUDE_INSTALL_DIR include/iri-algorithms/wolf)
......
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