Created new osg2cpp utility that creates .cpp files from source shaders that can be included directly in application code, see osgvolume for an example.
This commit is contained in:
6
examples/osg2cpp/CMakeLists.txt
Normal file
6
examples/osg2cpp/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
SET(TARGET_SRC
|
||||
osg2cpp.cpp
|
||||
)
|
||||
|
||||
#### end var setup ###
|
||||
SETUP_APPLICATION(osg2cpp)
|
||||
Reference in New Issue
Block a user