diff options
Diffstat (limited to 'vcpkg/ports/plplot/host-tool.cmake')
| -rw-r--r-- | vcpkg/ports/plplot/host-tool.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/plplot/host-tool.cmake b/vcpkg/ports/plplot/host-tool.cmake new file mode 100644 index 0000000..922ee81 --- /dev/null +++ b/vcpkg/ports/plplot/host-tool.cmake @@ -0,0 +1,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() |