vcpkg/ports/vtk/usage
Jack·Boos·Yu 878d3514eb
[vtk] fix usage and add the usage file (#20356)
* [vtk] fix usage and add the usage file

* version stuff

* typo

* version

* Change qt5-base as a host port

* version

* Revert 433fe47901, push in wrong branch

* Replace deprecate functions

* version
2021-09-27 20:57:22 -07:00

6 lines
165 B
Plaintext

The package vtk provides CMake targets:
find_package(VTK REQUIRED)
include("${VTK_USE_FILE}")
target_link_libraries(main PRIVATE ${VTK_LIBRARIES})