mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:39:07 +08:00
Add usage file
This commit is contained in:
parent
1302ba6fa7
commit
f9a99f6317
@ -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
4
ports/cgal/usage
Normal file
@ -0,0 +1,4 @@
|
||||
The package cgal provides CMake targets:
|
||||
|
||||
find_package(CGAL CONFIG REQUIRED)
|
||||
target_link_libraries(main PRIVATE CGAL::CGAL)
|
Loading…
Reference in New Issue
Block a user