CMake/Tests/UseWX/CMakeLists.txt

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