Fix a lot of ref issues reagrding extarction, rvalueness and proper use of temporary memory.

This commit is contained in:
Joel Falcou 2025-10-28 20:12:33 +01:00
parent d5c41bf43e
commit 379d77ebef
50 changed files with 2945 additions and 1397 deletions

View file

@ -6,12 +6,12 @@
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
set(MAIN_DEST "${CMAKE_INSTALL_LIBDIR}/rotgen")
set(MAIN_DEST "${CMAKE_INSTALL_LIBDIR}")
set(INSTALL_DEST "${CMAKE_INSTALL_INCLUDEDIR}")
set(DOC_DEST "${CMAKE_INSTALL_DOCDIR}")
write_basic_package_version_file( "${CMAKE_CURRENT_BINARY_DIR}/rotgen-config-version.cmake"
VERSION "${EVE_VERSION}"
VERSION "${ROTGEN_VERSION}"
COMPATIBILITY ExactVersion
)