Files
squirrel/squirrel-config.cmake.in
Kyle Edwards 8f04b266f5 Create package export file
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.
2019-07-29 22:13:13 -04:00

5 lines
143 B
CMake

@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/squirrel-config-version.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/squirrel-targets.cmake")