rotgen/cmake/rotgen-config.cmake
2025-05-07 17:01:58 +02:00

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)