minetest/lib/bitop/CMakeLists.txt

5 lines
95 B
CMake

add_library(bitop bit.c)
target_link_libraries(bitop)
include_directories(${LUA_INCLUDE_DIR})