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.

27 lines
336 B

2 years ago
SET( vtkDLG_SRCS
StdAfx
vtkDLG
vtkDLGDlg
vtkDLG.rc
res/vtkDLG.ico
res/vtkDLG.rc2
)
LINK_LIBRARIES(
vtkMFC
vtkRendering
vtkGraphics
vtkImaging
vtkIO
vtkFiltering
vtkCommon
)
# add stuff to use MFC in this executable
ADD_DEFINITIONS(-D_AFXDLL)
SET(CMAKE_MFC_FLAG 6)
ADD_EXECUTABLE(vtkDLG WIN32 ${vtkDLG_SRCS})