mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-19 20:46:05 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
f6147e0a81
commit
2b5815ad72
1 changed files with 1 additions and 3 deletions
|
|
@ -1506,7 +1506,7 @@ elseif(OHOS)
|
|||
# disable warnings from the toolchain
|
||||
sdl_compile_options(PRIVATE "-Wno-unused-command-line-argument")
|
||||
|
||||
sdl_link_dependency(OHOS_LIBS LIBS ace_napi.z hilog_ndk.z ace_ndk.z rawfile.z pixelmap_ndk.z)
|
||||
sdl_link_dependency(ohos LIBS ace_napi.z hilog_ndk.z ace_ndk.z rawfile.z pixelmap_ndk.z)
|
||||
sdl_glob_sources("${SDL3_SOURCE_DIR}/src/core/ohos/*.c")
|
||||
|
||||
if(SDL_VIDEO)
|
||||
|
|
@ -3572,8 +3572,6 @@ if(SDL_SHARED)
|
|||
RESOURCE "${SDL_FRAMEWORK_RESOURCES}"
|
||||
)
|
||||
endif()
|
||||
elseif(OHOS)
|
||||
# disable libtool postfix
|
||||
elseif(UNIX AND NOT ANDROID)
|
||||
set_target_properties(SDL3-shared PROPERTIES
|
||||
VERSION "${SDL_SO_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue