repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
UseWX
/
CMakeLists.txt
blob
139339afa50a34404ea03a47a7d3ccdcdc34be9b
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