- update CMakeLists.
parent
18b2aebcb1
commit
b6d0f05143
|
@ -394,6 +394,18 @@ SET( XGL_SRCS
|
||||||
SOURCE_GROUP( XGL FILES ${XGL_SRCS})
|
SOURCE_GROUP( XGL FILES ${XGL_SRCS})
|
||||||
|
|
||||||
|
|
||||||
|
SET(FBX_SRCS
|
||||||
|
FBXImporter.cpp
|
||||||
|
FBXCompileConfig.h
|
||||||
|
FBXImporter.h
|
||||||
|
FBXParser.cpp
|
||||||
|
FBXParser.h
|
||||||
|
FBXTokenizer.cpp
|
||||||
|
FBXTokenizer.h
|
||||||
|
)
|
||||||
|
SOURCE_GROUP( FBX FILES ${FBX_SRCS})
|
||||||
|
|
||||||
|
|
||||||
SET( PostProcessing_SRCS
|
SET( PostProcessing_SRCS
|
||||||
CalcTangentsProcess.cpp
|
CalcTangentsProcess.cpp
|
||||||
CalcTangentsProcess.h
|
CalcTangentsProcess.h
|
||||||
|
@ -631,6 +643,7 @@ SET( assim_src
|
||||||
${NDO_SRCS}
|
${NDO_SRCS}
|
||||||
${IFC_SRCS}
|
${IFC_SRCS}
|
||||||
${XGL_SRCS}
|
${XGL_SRCS}
|
||||||
|
${FBX_SRCS}
|
||||||
|
|
||||||
# Third-party libraries
|
# Third-party libraries
|
||||||
${IrrXML_SRCS}
|
${IrrXML_SRCS}
|
||||||
|
|
Loading…
Reference in New Issue