diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/skia/unofficial-skia-targets-details.cmake | |
Diffstat (limited to 'vcpkg/ports/skia/unofficial-skia-targets-details.cmake')
| -rw-r--r-- | vcpkg/ports/skia/unofficial-skia-targets-details.cmake | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/skia/unofficial-skia-targets-details.cmake b/vcpkg/ports/skia/unofficial-skia-targets-details.cmake new file mode 100644 index 0000000..9d74800 --- /dev/null +++ b/vcpkg/ports/skia/unofficial-skia-targets-details.cmake @@ -0,0 +1,18 @@ +# Exported from "@gn_target@" +if("@not_executable@") + set_property(TARGET @cmake_target@ APPEND PROPERTY INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:\$<@cmake_config_genex@:@interface_link_targets@>>") +endif() +if("@has_location@") + set_property(TARGET @cmake_target@ APPEND PROPERTY IMPORTED_CONFIGURATIONS "@cmake_build_type@") + set_target_properties(@cmake_target@ PROPERTIES IMPORTED_LOCATION_@cmake_build_type@ "@imported_location@") + if("@not_executable@") + set_property(TARGET @cmake_target@ APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS "\$<@cmake_config_genex@:@interface_compile_definitions@>") + set_target_properties(@cmake_target@ PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "@CURRENT_PACKAGES_DIR@/include/@PORT@" + IMPORTED_LINK_INTERFACE_LANGUAGES_@cmake_build_type@ "@link_language@" + ) + z_vcpkg_@PORT@_get_link_libraries(z_vcpkg_@PORT@_link_libs "@cmake_build_type@" "@interface_link_libs@") + set_property(TARGET @cmake_target@ APPEND PROPERTY INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:\$<@cmake_config_genex@:${z_vcpkg_@PORT@_link_libs}>>") + unset(z_vcpkg_@PORT@_link_libs) + endif() +endif() |