mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
75a2b65447
* 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
9 lines
269 B
CMake
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)
|