updated
This commit is contained in:
parent
4591e41a62
commit
6d58f21a35
|
@ -1,4 +1,4 @@
|
|||
SOURCE_FILES(SRCS
|
||||
SET( SRCS
|
||||
CMakeSetup.cpp
|
||||
MakeHelp.cpp
|
||||
CMakeSetup.rc
|
||||
|
@ -13,5 +13,5 @@ CMakeCommandLineInfo.cpp
|
|||
ADD_DEFINITIONS(-D_AFXDLL)
|
||||
SET(CMAKE_MFC_FLAG 6)
|
||||
|
||||
ADD_EXECUTABLE(CMakeSetup WIN32 SRCS)
|
||||
ADD_EXECUTABLE(CMakeSetup WIN32 ${SRCS})
|
||||
ADD_DEPENDENCIES(CMakeSetup cmake)
|
||||
|
|
Loading…
Reference in New Issue