1
0
Fork 0

meson: add new luajit string buffer files

This commit is contained in:
Ryan 2021-03-27 08:37:43 -04:00 committed by Ryan Lucia
parent b7f6ac42e4
commit 4648e8cc5b
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
ljlib_src = files(
'lib_base.c',
'lib_bit.c',
'lib_buffer.c',
'lib_debug.c',
'lib_ffi.c',
'lib_io.c',
@ -58,6 +59,7 @@ ljcore_src = files(
'lj_prng.c',
'lj_profile.c',
'lj_record.c',
'lj_serialize.c',
'lj_snap.c',
'lj_state.c',
'lj_str.c',