ignore_oiv_runtest()

set(CMAKE_MFC_FLAG 2)
add_definitions(/D_AFXDLL)
add_definitions(-DUNICODE -D_UNICODE)

set(MagellanMfc_HEADERS
  MagellanMfc.h
  MagellanMfcDoc.h
  MagellanMfcView.h
  MainFrm.h
  Resource.h
  StdAfx.h
)

set(MagellanMfc_RESOURCES
  res/Toolbar.bmp
  res/MagellanMfc.ico
  res/MagellanMfc.rc2
  res/MagellanMfcDoc.ico
)

set(MagellanMfc_SOURCES
  MagellanMfc.cxx
  MagellanMfc.rc
  MagellanMfcDoc.cxx
  MagellanMfcView.cxx
  MainFrm.cxx
  StdAfx.cxx
)

source_group("Resource Files" FILES ${MagellanMfc_RESOURCES})
source_group("Header Files" FILES ${MagellanMfc_HEADERS})

add_oiv_executable(MagellanMfc WIN32 ${MagellanMfc_SOURCES} ${MagellanMfc_HEADERS} ${MagellanMfc_RESOURCES})