Skip to content

Commit 5d10f82

Browse files
committed
update version number
+ make sure rotation curve class is added to dll
1 parent 5b4bc12 commit 5d10f82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint45")
26+
set(PACKAGE_VERSION "sprint46")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

@@ -189,6 +189,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
189189
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ConvertToModel.cs"
190190
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxExporterRepairMissingScripts.cs"
191191
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/ManualUpdateEditorWindow.cs"
192+
"${CMAKE_SOURCE_DIR}/Assets/FbxExporters/Editor/FbxRotationCurve.cs"
192193
REFERENCES
193194
"${CSHARP_MSCORLIB_LIBRARY}"
194195
"${CSHARP_SYSTEM_CORE_LIBRARY}"
@@ -249,7 +250,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release")
249250
PATTERN "Editor/ConvertToModel.cs" EXCLUDE
250251
PATTERN "Editor/ManualUpdateEditorWindow.cs" EXCLUDE
251252
PATTERN "Editor/FbxPrefabInspector.cs" EXCLUDE
252-
PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE)
253+
PATTERN "Editor/FbxExporterRepairMissingScripts.cs" EXCLUDE
254+
PATTERN "Editor/FbxRotationCurve.cs" EXCLUDE)
253255
install(FILES ${CLASS_LIBRARY_DEST}/${EDITOR_CLASS_LIBRARY_NAME} DESTINATION FbxExporters/Editor)
254256
install(FILES ${CLASS_LIBRARY_DEST}/${RUNTIME_CLASS_LIBRARY_NAME} DESTINATION FbxExporters)
255257
else()

0 commit comments

Comments
 (0)