mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:39:00 +08:00
878d3514eb
* [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
6 lines
165 B
Plaintext
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})
|