Browse Source

update CMake build

acgessler 13 years ago
parent
commit
8ec96d88c5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      code/CMakeLists.txt

+ 5 - 0
code/CMakeLists.txt

@@ -409,6 +409,11 @@ SET(FBX_SRCS
 	FBXUtil.cpp
 	FBXDocument.h
 	FBXDocument.cpp
+	FBXProperties.h
+	FBXProperties.cpp
+	FBXMeshGeometry.cpp
+	FBXMaterial.cpp
+	FBXModel.cpp
 )
 SOURCE_GROUP( FBX FILES ${FBX_SRCS})