~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Tests/UseWX/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2005-03-02 09:22:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050302092244-y6o9j8wr27vqcqvx
Tags: 2.0.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PROJECT (UsewxWindows)
 
2
 
 
3
INCLUDE( ${CMAKE_ROOT}/Modules/Use_wxWindows.cmake)
 
4
 
 
5
ADD_EXECUTABLE (UseWX WIN32 WX.cxx)
 
6
 
 
7
#TODO: 
 
8
#- dll linking is not working on WIN32, need to '-DWXUSINGDLL' to preprocessor
 
9