Browse Source

- update CMakeLists

Alexander Gessler 13 years ago
parent
commit
0c0c9bce66
1 changed files with 7 additions and 0 deletions
  1. 7 0
      code/CMakeLists.txt

+ 7 - 0
code/CMakeLists.txt

@@ -402,6 +402,13 @@ SET(FBX_SRCS
 	FBXParser.h
 	FBXTokenizer.cpp
 	FBXTokenizer.h
+	FBXImportSettings.h
+	FBXConverter.h
+	FBXConverter.cpp
+	FBXUtil.h
+	FBXUtil.cpp
+	FBXDocument.h
+	FBXDocument.cpp
 )
 SOURCE_GROUP( FBX FILES ${FBX_SRCS})