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.
"
This commit is contained in:
parent
239f4e5c42
commit
20e6ec7b23
@ -1,4 +1,4 @@
|
|||||||
SET(TARGET_SRC osgscreencapture.cpp )
|
SET(TARGET_SRC osgscreencapture.cpp )
|
||||||
|
|
||||||
#### end var setup ###
|
#### end var setup ###
|
||||||
SETUP_APPLICATION(osgscreencapture)
|
SETUP_EXAMPLE(osgscreencapture)
|
||||||
|
Loading…
Reference in New Issue
Block a user