Commit 478bfeb0 authored by Tobias Mayer's avatar Tobias Mayer

Set cmake artifacts installation directory

parent e96daa80
...@@ -12,6 +12,10 @@ else() ...@@ -12,6 +12,10 @@ else()
endif() endif()
unset(_parent) unset(_parent)
set(CMAKE_INSTALL_CMAKEBASEDIR "lib/cmake" CACHE PATH
"Base directory for installing cmake specific artifacts")
set(INSTALL_CAF_CMAKEDIR "${CMAKE_INSTALL_CMAKEBASEDIR}/caf")
# Be nice to VIM users and Clang tools. # Be nice to VIM users and Clang tools.
set(CMAKE_EXPORT_COMPILE_COMMANDS 1) set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment