Infrastructure de base

This commit is contained in:
Joel Falcou 2025-05-07 17:01:58 +02:00
parent d901e17fa8
commit 491addb201
7 changed files with 296 additions and 0 deletions

11
cmake/rotgen-config.cmake Normal file
View file

@ -0,0 +1,11 @@
##==================================================================================================
## ROTGEN - Runtime Overlay for Eigen
## Copyright : CODE RECKONS
## SPDX-License-Identifier: BSL-1.0
##==================================================================================================
##==================================================================================================
## Reuse install.cmake to prepare package properly
##==================================================================================================
include("${CMAKE_CURRENT_LIST_DIR}/rotgen-targets.cmake")
set(ROTGEN_LIBRARIES rotgen::rotgen)