mirror of
https://github.com/albertodemichelis/squirrel.git
synced 2026-01-11 14:08:41 +01:00
The package export file allows CMake consumers to find Squirrel by calling find_package(squirrel). This will create imported targets for them to link against. Create export files in both the build directory and the install directory.
5 lines
143 B
CMake
5 lines
143 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/squirrel-config-version.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/squirrel-targets.cmake")
|