ENH: add CMakeSetup as a target

This commit is contained in:
Bill Hoffman 2001-06-20 17:03:54 -04:00
parent 339bdd47b5
commit 924e58aac3
2 changed files with 17 additions and 1 deletions

View File

@ -23,5 +23,5 @@ ENDIF(UNIX)
INCLUDE_DIRECTORIES(${FLTK_INCLUDE_PATH})
ADD_EXECUTABLE(CMakeSetupDialog SRCS)
ADD_EXECUTABLE(CMakeSetup SRCS)

View File

@ -0,0 +1,16 @@
SOURCE_FILES(SRCS
CMakeSetup.cpp
CMakeSetup.rc
CMakeSetupDialog.cpp
PathDialog.cpp
PropertyList.cpp
StdAfx.cpp
res/CMakeSetupDialog.ico
res/CMakeSetupDialog.rc2
)
# add stuff to use MFC in this executable
ADD_DEFINITIONS(-D_AFXDLL)
SET(CMAKE_MFC_FLAG 6)
ADD_EXECUTABLE(CMakeSetup WIN32 SRCS)