vcpkg/ports/ignition-modularscripts/portfile.cmake
Silvio Traversaro 75a2b65447 Add support for writing ports of Ignition Robotics libraries and ports for ignition-cmake0 and ignition-math4 (#7781)
* Add ignition-modularscript port

Modeled after the qt5-modularscript port, this port just contain
ignition_modular_library, an helper CMake function to simplify the
process of writing port of C++ libraries developed by the Ignition
Robotics project ( https://ignitionrobotics.org ).

* Add ignition-cmake0 port

* Add ignition-math4 port
2019-09-03 15:29:29 -07:00

9 lines
269 B
CMake

file(COPY
${CMAKE_CURRENT_LIST_DIR}/ignition_modular_library.cmake
DESTINATION
${CURRENT_PACKAGES_DIR}/share/ignitionmodularscripts
)
file(WRITE ${CURRENT_PACKAGES_DIR}/share/ignitionmodularscripts/copyright "")
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)