@@ -23,7 +23,7 @@ endif()
23
23
message (STATUS "Building for ${CMAKE_BUILD_TYPE} " )
24
24
25
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION} " STREQUAL "" )
26
- set (PACKAGE_VERSION "sprint45 " )
26
+ set (PACKAGE_VERSION "sprint46 " )
27
27
endif ()
28
28
message (STATUS "Using Package Version: ${PACKAGE_VERSION} " )
29
29
@@ -189,6 +189,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
189
189
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/ConvertToModel.cs"
190
190
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxExporterRepairMissingScripts.cs"
191
191
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/ManualUpdateEditorWindow.cs"
192
+ "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxRotationCurve.cs"
192
193
REFERENCES
193
194
"${CSHARP_MSCORLIB_LIBRARY} "
194
195
"${CSHARP_SYSTEM_CORE_LIBRARY} "
@@ -249,7 +250,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
249
250
PATTERN "Editor/ConvertToModel.cs" EXCLUDE
250
251
PATTERN "Editor/ManualUpdateEditorWindow.cs" EXCLUDE
251
252
PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE
252
- PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE )
253
+ PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE
254
+ PATTERN "Editor/FbxRotationCurve.cs" EXCLUDE )
253
255
install (FILES ${CLASS_LIBRARY_DEST} /${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor )
254
256
install (FILES ${CLASS_LIBRARY_DEST} /${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters )
255
257
else ()
0 commit comments