Fixed CMake support for osgsimpleviewWX
This commit is contained in:
@@ -3,7 +3,11 @@ SET(TARGET_SRC osgsimpleviewerWX.cpp )
|
||||
SET(TARGET_H osgsimpleviewerWX.h )
|
||||
|
||||
SET(TARGET_ADDED_LIBRARIES ${wxWidgets_LIBRARIES} )
|
||||
|
||||
INCLUDE_DIRECTORIES(${wxWidgets_INCLUDE_DIRS} )
|
||||
|
||||
ADD_DEFINITIONS( ${wxWidgets_DEFINITIONS} )
|
||||
|
||||
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE(osgsimpleviewerWX)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
#include "wxOsgSample.h"
|
||||
#include "osgsimpleviewerWX.h"
|
||||
#include <osgGA/TrackballManipulator>
|
||||
#include <osgDB/ReadFile>
|
||||
#include <wx/image.h>
|
||||
|
||||
Reference in New Issue
Block a user