From 8ec96d88c538ab7cb484357d782ace277c012eba Mon Sep 17 00:00:00 2001 From: acgessler Date: Sat, 7 Jul 2012 21:11:09 +0200 Subject: [PATCH] update CMake build --- code/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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})