diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-16 23:16:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-16 23:16:19 (GMT) |
commit | 848364b8e8cc124ed6141544d11a5c3382dace4a (patch) | |
tree | d00e027b4e818f10f42ac9bf9c4343fc64c2583c /Tests/UseWX/CMakeLists.txt | |
parent | 27476dabd91bf30720b35e412457a945abf4cbab (diff) | |
download | CMake-848364b8e8cc124ed6141544d11a5c3382dace4a.zip CMake-848364b8e8cc124ed6141544d11a5c3382dace4a.tar.gz CMake-848364b8e8cc124ed6141544d11a5c3382dace4a.tar.bz2 |
ENH: We do not really need streams. Also fix the test on windows
Diffstat (limited to 'Tests/UseWX/CMakeLists.txt')
-rw-r--r-- | Tests/UseWX/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/UseWX/CMakeLists.txt b/Tests/UseWX/CMakeLists.txt index e1583a7..139339a 100644 --- a/Tests/UseWX/CMakeLists.txt +++ b/Tests/UseWX/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT (UsewxWindows) INCLUDE( ${CMAKE_ROOT}/Modules/Use_wxWindows.cmake) -ADD_EXECUTABLE (UseWX WX.cxx) +ADD_EXECUTABLE (UseWX WIN32 WX.cxx) #TODO: #- dll linking is not working on WIN32, need to '-DWXUSINGDLL' to preprocessor |