1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-29 07:50:29 +02:00
minetest/lib/bitop/CMakeLists.txt

5 lines
95 B
CMake
Raw Normal View History

2021-11-26 19:31:05 +01:00
add_library(bitop bit.c)
target_link_libraries(bitop)
include_directories(${LUA_INCLUDE_DIR})