Initial commit
This commit is contained in:
4
lib/bitop/CMakeLists.txt
Normal file
4
lib/bitop/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library(bitop STATIC bit.c)
|
||||
target_link_libraries(bitop)
|
||||
|
||||
include_directories(${LUA_INCLUDE_DIR})
|
||||
Reference in New Issue
Block a user