mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 00:13:22 +00:00
10 lines
202 B
CMake
10 lines
202 B
CMake
PROJECT (UsewxWindows)
|
|
|
|
INCLUDE( ${CMAKE_ROOT}/Modules/Use_wxWindows.cmake)
|
|
|
|
ADD_EXECUTABLE (UseWX WIN32 WX.cxx)
|
|
|
|
#TODO:
|
|
#- dll linking is not working on WIN32, need to '-DWXUSINGDLL' to preprocessor
|
|
|