xtreemtest/lib/bitop/CMakeLists.txt
2022-10-08 17:16:13 -04:00

5 lines
102 B
CMake

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