1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-01 07:45:26 +01:00

Add Lua bitop library (#9847)

This commit is contained in:
Lejo
2021-11-26 19:31:05 +01:00
committed by GitHub
parent 7a1464d783
commit b9051386ae
8 changed files with 251 additions and 1 deletions

4
lib/bitop/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_library(bitop bit.c)
target_link_libraries(bitop)
include_directories(${LUA_INCLUDE_DIR})