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.
30 lines
402 B
30 lines
402 B
SET( vtkMDI_SRCS
|
|
MainFrm
|
|
ChildFrm
|
|
StdAfx
|
|
vtkMDI
|
|
vtkMDI.rc
|
|
vtkMDIDoc
|
|
vtkMDIView
|
|
res/vtkMDI.ico
|
|
res/vtkMDI.rc2
|
|
res/vtkMDIDoc.ico
|
|
res/Toolbar.bmp
|
|
)
|
|
|
|
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(vtkMDI WIN32 ${vtkMDI_SRCS})
|
|
|