Fork of Tangara with customizations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangara-fw/lib/esp-idf-lua/CMakeLists.txt

34 lines
820 B

set(srcs "lua/lapi.c"
"lua/lauxlib.c"
"lua/lbaselib.c"
"lua/lcode.c"
"lua/lcorolib.c"
"lua/lctype.c"
"lua/ldblib.c"
"lua/ldebug.c"
"lua/ldo.c"
"lua/ldump.c"
"lua/lfunc.c"
"lua/lgc.c"
"lua/linit.c"
"lua/liolib.c"
"lua/llex.c"
"lua/lmathlib.c"
"lua/lmem.c"
"lua/loadlib.c"
"lua/lobject.c"
"lua/lopcodes.c"
"lua/loslib.c"
"lua/lparser.c"
"lua/lstate.c"
"lua/lstring.c"
"lua/lstrlib.c"
"lua/ltable.c"
"lua/ltablib.c"
"lua/ltm.c"
"lua/lundump.c"
"lua/lutf8lib.c"
"lua/lvm.c"
"lua/lzio.c")
idf_component_register(SRCS ${srcs} INCLUDE_DIRS "lua")