add_library(bitop bit.c)
target_link_libraries(bitop)

include_directories(${LUA_INCLUDE_DIR})