Build fixes

This commit is contained in:
Robert Osfield 2009-04-30 08:27:07 +00:00
parent 7cf721d1b5
commit d2f3615833
3 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,3 @@
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} )
SET(TARGET_EXTERNAL_LIBRARIES ${LIBXML2_LIBRARIES})
SET(TARGET_SRC
AnimationMaterial.cpp
Cluster.cpp

View File

@ -132,4 +132,4 @@ class XmlNode : public osg::Referenced
};
}
#endif
#endif

View File

@ -412,4 +412,4 @@ bool XmlNode::writeString(std::ostream& fout, const std::string& str) const
{
fout<<str;
return true;
}
}