This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f5108459be
OpenSceneGraph
/
examples
/
osgscreencapture
/
CMakeLists.txt
5 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Added new osgscreencapture example folder, implementation to follow
2008-05-22 21:10:40 +08:00
SET
(
TARGET_SRC
osgscreencapture.cpp
)
#### end var setup ###
From Jean-Sebastien Guay, "The new osgscreencapture example was being installed to bin instead of to share/OpenSceneGraph/bin, this is because the CMakeLists.txt used SETUP_APPLICATION instead of SETUP_EXAMPLE. Corrected CMakeLists.txt attached. "
2008-06-07 00:45:07 +08:00
SETUP_EXAMPLE
(
osgscreencapture
)
Reference in New Issue
Copy Permalink