aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plplot/host-tool.cmake
blob: 922ee81a7404fdf9c221b4d431aefbeb58920ab1 (plain)
1
2
3
4
5
6
if(NOT TARGET @name@)
    add_executable(@name@ IMPORTED)
    set_target_properties(@name@ PROPERTIES
        IMPORTED_LOCATION "${CMAKE_CURRENT_LIST_DIR}/@name@@VCPKG_TARGET_EXECUTABLE_SUFFIX@"
    )
endif()