Add usage file

This commit is contained in:
Maxime Gimeno 2019-10-18 14:13:17 +02:00
parent 1302ba6fa7
commit f9a99f6317
2 changed files with 5 additions and 0 deletions

View File

@ -60,4 +60,5 @@ file(
DESTINATION ${CURRENT_PACKAGES_DIR}/share/cgal
)
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/usage DESTINATION ${CURRENT_PACKAGES_DIR}/share/cgal)
vcpkg_test_cmake(PACKAGE_NAME CGAL)

4
ports/cgal/usage Normal file
View File

@ -0,0 +1,4 @@
The package cgal provides CMake targets:
find_package(CGAL CONFIG REQUIRED)
target_link_libraries(main PRIVATE CGAL::CGAL)