repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
UseWX
/
CMakeLists.txt
blob
8638a081acc36f49faf5a4cb3057c899ebd35092
1
cmake_minimum_required (VERSION 2.6)
2
PROJECT (UsewxWidgets)
3
4
FIND_PACKAGE(wxWidgets REQUIRED)
5
INCLUDE( ${wxWidgets_USE_FILE} )
6
7
ADD_EXECUTABLE (UseWX WIN32 WX.cxx)
8
TARGET_LINK_LIBRARIES(UseWX ${wxWidgets_LIBRARIES} )