Build fixes
This commit is contained in:
parent
7cf721d1b5
commit
d2f3615833
@ -1,6 +1,3 @@
|
||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} )
|
||||
SET(TARGET_EXTERNAL_LIBRARIES ${LIBXML2_LIBRARIES})
|
||||
|
||||
SET(TARGET_SRC
|
||||
AnimationMaterial.cpp
|
||||
Cluster.cpp
|
||||
|
@ -132,4 +132,4 @@ class XmlNode : public osg::Referenced
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@ -412,4 +412,4 @@ bool XmlNode::writeString(std::ostream& fout, const std::string& str) const
|
||||
{
|
||||
fout<<str;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user