wx about box fix from darktjm
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1025 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
919c5fb7a8
commit
f109539a64
|
@ -25,10 +25,10 @@ endif(ENABLE_OPENAL)
|
|||
|
||||
|
||||
# adv is for wxAboutBox
|
||||
SET( wxWidgets_USE_LIBS core base xrc gl adv net )
|
||||
# xml, html is for xrc
|
||||
SET( wxWidgets_USE_LIBS xrc xml html adv gl net core base )
|
||||
FIND_PACKAGE ( wxWidgets REQUIRED )
|
||||
EXECUTE_PROCESS(COMMAND sh "${wxWidgets_CONFIG_EXECUTABLE}" --cxxflags
|
||||
OUTPUT_VARIABLE CXF)
|
||||
INCLUDE( ${wxWidgets_USE_FILE} )
|
||||
FIND_PACKAGE ( Gettext REQUIRED )
|
||||
FIND_PROGRAM(XGETTEXT xgettext)
|
||||
|
|
Loading…
Reference in New Issue