removed lmdbal subdir from lib on installation
All checks were successful
Main LMDBAL workfow / Archlinux (push) Successful in 40s

This commit is contained in:
Blue 2024-02-04 19:49:06 -03:00
parent 6dddd06f93
commit f638228d24
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 5 additions and 5 deletions

View file

@ -16,6 +16,4 @@ set(HEADERS
serializer_qbytearray.hpp
)
target_include_directories(${PROJECT_NAME} PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>")
install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_LOW})