mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 07:29:01 +08:00
9 lines
283 B
CMake
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()
|