From Luigi Calori, move to using local CMakeLists.txt files and explicit file lists.

From Robert Osfield, small ammendments of the above to seperate example and application installs, and fix the osgPlugins install directory.
This commit is contained in:
Robert Osfield
2007-03-19 12:30:26 +00:00
parent 74f21c0b0d
commit be3f61c49f
124 changed files with 1557 additions and 448 deletions

View File

@@ -0,0 +1,6 @@
#this file is automatically generated
SET(TARGET_NAME osgvertexprogram )
SET(TARGET_SRC osgvertexprogram.cpp )
#### end var setup ###
SETUP_EXAMPLE()