zeek/auxil/vcpkg/ports/skia/unofficial-skia-targets.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
283 B
CMake

# Exported from "@gn_target@"
if(NOT TARGET @cmake_target@)
@add_target@
if("@not_executable@")
include("${CMAKE_CURRENT_LIST_DIR}/@basename@-targets-debug.cmake" OPTIONAL)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/@basename@-targets-release.cmake")
endif()