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:
4
lib/bitop/CMakeLists.txt
Normal file
4
lib/bitop/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(bitop bit.c)
|
||||
target_link_libraries(bitop)
|
||||
|
||||
include_directories(${LUA_INCLUDE_DIR})
|
||||
Reference in New Issue
Block a user