vcpkg/ports/soil/soilConfig.cmake.in
NancyLi1013 11d559a0c9
[soil] Update repository (#17012)
* [soil] Update repository

* Remove skip from ci.baseline.txt

* Update CMakeLists.txt and add support field

* update version files

* Update to another repository

* Rename SOILConfig.cmake.in to soilConfig.cmake.in

* Update ports/soil/portfile.cmake

* Update configureVersion file

* Update and rename SOILConfigVersion.cmake.in to soilConfigVersion.cmake.in

* Update version files

* Update versions/s-/soil.json
2021-04-29 13:56:26 -07:00

14 lines
479 B
CMake

# - Config file for the SOIL package
# It defines the following variables
# SOIL_INCLUDE_DIRS - include directories for SOIL
# SOIL_LIBRARIES - libraries to link against
# Load targets
get_filename_component(SOIL_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
include("${SOIL_CMAKE_DIR}/soilTargets.cmake")
# Set properties
get_target_property(SOIL_INCLUDE_DIRS soil INTERFACE_INCLUDE_DIRECTORIES)
set(SOIL_LIBRARIES soil)
mark_as_advanced(SOIL_INCLUDE_DIRS SOIL_LIBRARIES)