init - 初始化项目
This commit is contained in:
9
cmake/checks/vtk_test.cpp
Normal file
9
cmake/checks/vtk_test.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <vtkSmartPointer.h>
|
||||
#include <vtkTransform.h>
|
||||
#include <vtkMath.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
vtkSmartPointer<vtkTransform> transform = vtkSmartPointer<vtkTransform>::New();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user