Skip to content

Commit

Permalink
improve awtk_mobile_common.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Dec 17, 2024
1 parent 2bd6a6b commit 7b2bab2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/awtk_mobile_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ set(AWTK_RAW_COMMON_SOURCE_FILES
${AWTK_SRC_PATH}/main_loop/main_loop_simple.c
)

file(GLOB AWTK_PORT_RAW_SOURCE_FILES
${AWTK_SRC_PATH}/platforms/raw/mutex_null.c
${AWTK_SRC_PATH}/platforms/raw/semaphore_null.c
${AWTK_SRC_PATH}/platforms/raw/thread_null.c
${AWTK_SRC_PATH}/platforms/raw/dl_null.c
${AWTK_SRC_PATH}/platforms/raw/cond_var_null.c
${AWTK_SRC_PATH}/platforms/raw/fs_os.c
)

file(GLOB AWTK_BASE_SOURCE_FILES
${AWTK_3RD_PATH}/libunibreak/*.c
${AWTK_3RD_PATH}/miniz/*.c
Expand Down

0 comments on commit 7b2bab2

Please sign in to comment.