mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-16 12:05:26 +01:00
Backport PUC Lua 5.4's string.{pack,unpack,packsize}
This commit is contained in:
7
lib/lstrpack/CMakeLists.txt
Normal file
7
lib/lstrpack/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
add_library(lstrpack STATIC lstrpack.c)
|
||||
target_include_directories(lstrpack
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
PRIVATE
|
||||
${LUA_INCLUDE_DIR}
|
||||
)
|
||||
Reference in New Issue
Block a user