zeek/auxil/vcpkg/ports/plplot/host-tool.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
209 B
CMake

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()