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

Put the right installation path for include files

parent c7951d46
No related branches found
No related tags found
2 merge requests!31devel->main,!24Resolve "fix a few issues regarding cmake refactoring"
......@@ -12,7 +12,7 @@ MESSAGE("Starting ${PROJECT_NAME} CMakeLists ...")
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)
set(INCLUDE_INSTALL_DIR include/iri-algorithms/wolf)
set(INCLUDE_INSTALL_DIR include/iri-algorithms/${PROJECT_NAME})
set(LIB_INSTALL_DIR lib/)
IF (NOT CMAKE_BUILD_TYPE)
......
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