Own Android platform services and narrow legacy fallback
This commit is contained in:
@@ -286,6 +286,18 @@ target_link_libraries(pp_platform_linux
|
||||
PRIVATE
|
||||
pp_project_warnings)
|
||||
|
||||
add_library(pp_platform_android STATIC
|
||||
${PP_PLATFORM_ANDROID_SOURCES})
|
||||
target_include_directories(pp_platform_android
|
||||
PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/src")
|
||||
target_link_libraries(pp_platform_android
|
||||
PUBLIC
|
||||
pp_platform_api
|
||||
pp_project_options
|
||||
PRIVATE
|
||||
pp_project_warnings)
|
||||
|
||||
add_library(pp_app_core STATIC
|
||||
src/app_core/about_menu.h
|
||||
src/app_core/app_dialog.h
|
||||
|
||||
Reference in New Issue
Block a user