vtk__cmake_based_project_with_vtk_and_qt - DmitrySemikin/dsemikin_notes GitHub Wiki
CMake based project, which uses VTK and Qt. Project file and build
Some resources on how to use VTK with CMake:
- In VTK wiki: https://vtk.org/Wiki/VTK/Tutorials/CMakeListsFile
- In VTK examples site: https://kitware.github.io/vtk-examples/site/Cxx/Tutorial/Tutorial_Step1/#download-and-build-tutorial_step1
Some resources on how to use Qt with CMake:
- In Qt documentation: https://doc.qt.io/qt-5/cmake-get-started.html
Project file
TBD
Build
TBD