mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
878d3514eb
* [vtk] fix usage and add the usage file * version stuff * typo * version * Change qt5-base as a host port * version * Revert 433fe479010215756d26448e345bd874134a9324, 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})
|