-add missing unit to cmake script for assimp_cmd, fix linux build trouble.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@934 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -166,6 +166,8 @@ SOURCE_GROUP( Collada FILES
|
||||
ColladaLoader.h
|
||||
ColladaParser.cpp
|
||||
ColladaParser.h
|
||||
ColladaExporter.h
|
||||
ColladaExporter.cpp
|
||||
)
|
||||
|
||||
SOURCE_GROUP( DXF FILES
|
||||
@@ -734,6 +736,8 @@ ADD_LIBRARY( assimp SHARED
|
||||
Profiler.h
|
||||
NDOLoader.cpp
|
||||
NDOLoader.h
|
||||
ColladaExporter.h
|
||||
ColladaExporter.cpp
|
||||
|
||||
# Necessary to show the headers in the project when using the VC++ generator:
|
||||
BoostWorkaround/boost/math/common_factor_rt.hpp
|
||||
|
||||
@@ -39,6 +39,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "AssimpPCH.h"
|
||||
|
||||
#ifndef ASSIMP_BUILD_NO_EXPORT
|
||||
#include "ColladaExporter.h"
|
||||
|
||||
using namespace Assimp;
|
||||
@@ -362,3 +364,6 @@ void ColladaExporter::WriteNode( const aiNode* pNode)
|
||||
PopTag();
|
||||
mOutput << startstr << "</node>" << endstr;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user