xtreemtest/lib/bitop/CMakeLists.txt

5 lines
102 B
CMake
Raw Normal View History

2022-10-08 23:16:13 +02:00
add_library(bitop STATIC bit.c)
target_link_libraries(bitop)
include_directories(${LUA_INCLUDE_DIR})