11 lines
No EOL
655 B
CMake
11 lines
No EOL
655 B
CMake
##==================================================================================================
|
|
## 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) |