diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 6c8320d62..6e6b8cb15 100644 --- a/code/CMakeLists.txt +++ b/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})