Update include directory for proper installation

This commit is contained in:
Jack Andersen 2019-05-22 17:58:40 -10:00 committed by GitHub
parent a2ffe70b4e
commit c3f34aed0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ add_library(logvisor
set(LOGVISOR_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "logvisor include path" FORCE)
install(DIRECTORY include/logvisor DESTINATION include/logvisor)
install(DIRECTORY include/logvisor DESTINATION include)