Cloned library of VTK-5.0.0 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
404 B

2 years ago
SET( vtkSDI_SRCS
MainFrm
StdAfx
vtkSDI
vtkSDI.rc
vtkSDIDoc
vtkSDIView
res/vtkSDI.ico
res/vtkSDI.rc2
res/vtkSDIDoc.ico
res/Toolbar.bmp
)
LINK_LIBRARIES(
vtkMFC
vtkRendering
vtkGraphics
vtkImaging
vtkIO
vtkFiltering
vtkCommon
vtkHybrid
)
# add stuff to use MFC in this executable
ADD_DEFINITIONS(-D_AFXDLL)
SET(CMAKE_MFC_FLAG 6)
ADD_EXECUTABLE(vtkSDI WIN32 ${vtkSDI_SRCS})