aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/vtk/usage')
-rw-r--r--ports/vtk/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/vtk/usage b/ports/vtk/usage
new file mode 100644
index 000000000..bba2f6390
--- /dev/null
+++ b/ports/vtk/usage
@@ -0,0 +1,5 @@
+The package vtk provides CMake targets:
+
+ find_package(VTK REQUIRED)
+ include("${VTK_USE_FILE}")
+ target_link_libraries(main PRIVATE ${VTK_LIBRARIES})