Fixed incorrect path

This commit is contained in:
Kevin Dewald 2025-04-25 00:02:15 -07:00
parent f6c2c885bc
commit c96ac8cf0e
2 changed files with 2 additions and 2 deletions

View File

@ -318,7 +318,7 @@ install(
install(
FILES
${CMAKE_CURRENT_LIST_DIR}/../dependencies/external/kvn/kvn_bytearray.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/simpleble)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/simpleble/kvn)
install(
DIRECTORY ${PROJECT_BINARY_DIR}/export/simpleble/

View File

@ -102,7 +102,7 @@ install(
FILES
${CMAKE_CURRENT_LIST_DIR}/../dependencies/external/kvn/kvn_safe_callback.hpp
${CMAKE_CURRENT_LIST_DIR}/../dependencies/external/kvn/logfwd.hpp
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/simpledbus)
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/simpledbus/kvn)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/simpledbus.pc