mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2024-11-25 03:32:14 +01:00
5 lines
102 B
CMake
5 lines
102 B
CMake
|
add_library(bitop STATIC bit.c)
|
||
|
target_link_libraries(bitop)
|
||
|
|
||
|
include_directories(${LUA_INCLUDE_DIR})
|