From Laurens Voerman, "two minor fixes, both in a CMakeList.txt file,

1> osgmultiplemovies example does not use SDL so needs no link to SDL

2> Added header files to "Plugins osg" project, so visual studio can find the source of
   OSG_WARN <<  "AsciiInputIterator::readProperty(): Unmatched property "
"
This commit is contained in:
Robert Osfield
2013-09-09 12:33:20 +00:00
parent 48498a1517
commit caf56902c3
2 changed files with 5 additions and 12 deletions

View File

@@ -2,6 +2,10 @@ SET(TARGET_SRC
ReaderWriterOSG.cpp
ReaderWriterOSG2.cpp
)
SET(TARGET_H
AsciiStreamOperator.h
BinaryStreamOperator.h
XmlStreamOperator.h
)
#### end var setup ###
SETUP_PLUGIN(osg)