修复clash的问题
This commit is contained in:
+6
-1
@@ -28,6 +28,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
app/src/main/cpp/AndroidOut.cpp
|
||||
app/src/main/cpp/DebugLog.h
|
||||
app/src/main/cpp/DebugLog.cpp
|
||||
app/src/main/cpp/CrashHandler.h
|
||||
app/src/main/cpp/CrashHandler.cpp
|
||||
vulkan/AppBase.h
|
||||
vulkan/AppBase.cpp
|
||||
vulkan/Application.h
|
||||
@@ -51,7 +53,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Android")
|
||||
game-activity::game-activity_static
|
||||
Vulkan::Vulkan
|
||||
android
|
||||
log)
|
||||
log
|
||||
# dl: needed by CrashHandler::dumpFrame -> dladdr() to map a
|
||||
# PC back to "module + symbol + offset" in the crash log.
|
||||
dl)
|
||||
|
||||
target_compile_definitions(face_sdk PRIVATE
|
||||
VMA_STATIC_VULKAN_FUNCTIONS=0
|
||||
|
||||
Reference in New Issue
Block a user