File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
171
171
"${CSHARP_SYSTEM_LIBRARY} "
172
172
"${CSHARP_UNITYEDITOR_LIBRARY} "
173
173
"${CSHARP_UNITYENGINE_LIBRARY} "
174
- "${CSHARP_UNITYENGINE_TIMELINE_LIBRARY} "
175
- "${CSHARP_UNITYEDITOR_TIMELINE_LIBRARY} "
176
174
DEPENDS
177
175
"${CLASS_LIBRARY_DEST} "
178
176
)
@@ -196,6 +194,8 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
196
194
"${CSHARP_SYSTEM_LIBRARY} "
197
195
"${CSHARP_UNITYEDITOR_LIBRARY} "
198
196
"${CSHARP_UNITYENGINE_LIBRARY} "
197
+ "${CSHARP_UNITYEDITOR_TIMELINE_LIBRARY} "
198
+ "${CSHARP_UNITYENGINE_TIMELINE_LIBRARY} "
199
199
"${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Editor/FbxSdk/Plugins/UnityFbxSdk.dll"
200
200
${CLASS_LIBRARY_DEST} /${RUNTIME_CLASS_LIBRARY_NAME}
201
201
DEPENDS
Original file line number Diff line number Diff line change 77
77
# The editor is .../Unity.exe
78
78
# The dlls are in .../Editor/Data/.../*.dll
79
79
get_filename_component (UNITY_EXTENSION_ROOT "${UNITY_EDITOR_PATH} " PATH )
80
+ get_filename_component (UNITY_EXTENSION_ROOT "${UNITY_EXTENSION_ROOT} " DIRECTORY )
80
81
set (UNITY_EXTENSION_ROOT "${UNITY_EXTENSION_ROOT} /Editor/Data" )
81
82
list (APPEND UNITY_EXTENSION_PATHS "${UNITY_EXTENSION_ROOT} /UnityExtensions/Unity/Timeline/Editor" )
82
83
list (APPEND UNITY_EXTENSION_PATHS "${UNITY_EXTENSION_ROOT} /UnityExtensions/Unity/Timeline/RuntimeEditor" )
You can’t perform that action at this time.
0 commit comments