~ubuntu-branches/ubuntu/intrepid/cmake/intrepid-backports

« back to all changes in this revision

Viewing changes to Source/MFCDialog/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Maitland Bottoms
  • Date: 2002-02-14 18:36:25 UTC
  • Revision ID: james.westby@ubuntu.com-20020214183625-8m44isdas2k4l0f7
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SOURCE_FILES(SRCS 
 
2
CMakeSetup.cpp
 
3
MakeHelp.cpp
 
4
CMakeSetup.rc
 
5
CMakeSetupDialog.cpp
 
6
PathDialog.cpp
 
7
PropertyList.cpp
 
8
StdAfx.cpp
 
9
CMakeCommandLineInfo.cpp
 
10
)
 
11
 
 
12
# add stuff to use MFC in this executable
 
13
ADD_DEFINITIONS(-D_AFXDLL)
 
14
SET(CMAKE_MFC_FLAG 6)
 
15
 
 
16
ADD_EXECUTABLE(CMakeSetup WIN32 SRCS)
 
17
ADD_DEPENDENCIES(CMakeSetup cmake)