|
|
@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
|
## 用法: |
|
|
## 用法: |
|
|
- 本地使用CMake --install安装VTK |
|
|
- 本地使用CMake --install安装VTK |
|
|
- DGG_and_SVG的项目路径下添加Config.cmake,设置VTK_PATH变量为VTK的安装路径。该路径下理论上仅有lib、include、bin、share四个文件。如 |
|
|
- DGG_and_SVG的项目路径下添加Config.cmake,设置VTK_PATH变量为VTK的安装路径。该路径下理论上仅有lib、include、bin、share四个文件夹。如 |
|
|
```cmake |
|
|
```cmake |
|
|
SET(VTK_PATH E:\\CLib\\VTK\\VTK-9.4.0\\install) |
|
|
SET(VTK_PATH E:\\CLib\\VTK\\VTK-9.4.0\\install) |
|
|
``` |
|
|
``` |
|
|
|