|
|
@@ -33,7 +33,6 @@ ELSE ()
|
|
|
ENDIF ()
|
|
|
|
|
|
include_directories(${TOPROOT}/luat/packages/lfs)
|
|
|
-include_directories(${TOPROOT}/components/tjpgd)
|
|
|
include_directories(${TOPROOT}/components/qrcode)
|
|
|
# include_directories(${TOPROOT}/components/lcd)
|
|
|
|
|
|
@@ -44,7 +43,6 @@ aux_source_directory(${TOPROOT}/components/freertos RTOS_SRCS)
|
|
|
aux_source_directory(${TOPROOT}/components/freertos/port RTOS_PORT_SRCS)
|
|
|
aux_source_directory(${TOPROOT}/luat/packages/lua-cjson CJSON_SRCS)
|
|
|
|
|
|
-aux_source_directory(${TOPROOT}/components/tjpgd TJPGD_SRCS)
|
|
|
aux_source_directory(${TOPROOT}/components/qrcode QRCODE_SRCS)
|
|
|
# aux_source_directory(${TOPROOT}/components/lcd LCD_SRCS)
|
|
|
|
|
|
@@ -83,13 +81,13 @@ add_library(luat ${TOPROOT}/luat/modules/luat_main.c
|
|
|
${TOPROOT}/luat/vfs/luat_luadb_inline.c
|
|
|
${TOPROOT}/luat/vfs/luat_luadb_inline_sys.c
|
|
|
${TOPROOT}/luat/vfs/luat_inline_sys.c
|
|
|
+ ${TOPROOT}/luat/vfs/luat_inline_libs.c
|
|
|
${TOPROOT}/luat/packages/lfs/lfs_sfd.c
|
|
|
${TOPROOT}/luat/packages/lfs/lfs_util.c
|
|
|
${TOPROOT}/luat/packages/lfs/lfs.c
|
|
|
${TOPROOT}/luat/packages/lfs/luat_lib_lfs2.c
|
|
|
./lv_drivers/win_drv.c
|
|
|
${QRCODE_SRCS}
|
|
|
- ${TJPGD_SRCS}
|
|
|
# ${LCD_SRCS}
|
|
|
)
|
|
|
|