diff --git a/CMakeLists.txt b/CMakeLists.txt index a5c0a30..88491e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,7 @@ include_directories(include) add_library(LogVisor lib/LogVisor.cpp include/LogVisor/LogVisor.hpp) + +set(LOG_VISOR_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "LogVisor include path" FORCE) + install(DIRECTORY include/LogVisor DESTINATION include/LogVisor)