Infrastructure de base
This commit is contained in:
parent
d901e17fa8
commit
491addb201
7 changed files with 296 additions and 0 deletions
11
cmake/rotgen-config.cmake
Normal file
11
cmake/rotgen-config.cmake
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue