Dozingfiretruck 3 лет назад
Родитель
Сommit
93c7245bf2
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      bsp/win32/CMakeLists.txt

+ 3 - 0
bsp/win32/CMakeLists.txt

@@ -33,6 +33,7 @@ ELSE ()
 ENDIF ()
 
 include_directories(${TOPROOT}/luat/packages/lfs)
+include_directories(${TOPROOT}/components/tjpgd)
 include_directories(${TOPROOT}/components/qrcode)
 # include_directories(${TOPROOT}/components/lcd)
 
@@ -43,6 +44,7 @@ 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)
 
@@ -87,6 +89,7 @@ add_library(luat ${TOPROOT}/luat/modules/luat_main.c
                  ${TOPROOT}/luat/packages/lfs/luat_lib_lfs2.c
                  ./lv_drivers/win_drv.c
                  ${QRCODE_SRCS}
+                 ${TJPGD_SRCS}
                #   ${LCD_SRCS}
             )