ENH: add CMakeSetup as a target
This commit is contained in:
parent
339bdd47b5
commit
924e58aac3
|
@ -23,5 +23,5 @@ ENDIF(UNIX)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${FLTK_INCLUDE_PATH})
|
INCLUDE_DIRECTORIES(${FLTK_INCLUDE_PATH})
|
||||||
|
|
||||||
ADD_EXECUTABLE(CMakeSetupDialog SRCS)
|
ADD_EXECUTABLE(CMakeSetup SRCS)
|
||||||
|
|
||||||
|
|
|
@ -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)
|
Loading…
Reference in New Issue