Skip to content
Snippets Groups Projects
Commit f27cfae5 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Set CUSTOM_HEADER_DIR in CMakeLists.txt.

parent 158067f2
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ SET(PROJECT_VERSION 1.0.0.99) ...@@ -22,6 +22,8 @@ SET(PROJECT_VERSION 1.0.0.99)
SET(PROJECT_DESCRIPTION "Dynamic graph library") SET(PROJECT_DESCRIPTION "Dynamic graph library")
SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph") SET(PROJECT_URL "http://github.com/jrl-umi3218/dynamic-graph")
SET(CUSTOM_HEADER_DIR "${PROJECT_NAME}")
# Defines paths. # Defines paths.
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
......
Subproject commit bd5e04bb2f569faacac9922d02410d3b7ce5f603 Subproject commit 2b922c0c625ab95cc9293367d133d91a37f480ad
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