mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Compile bitop library as C++
This commit is contained in:
parent
6f5a68b7f7
commit
b89608c624
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
add_library(bitop STATIC bit.c)
|
||||
add_library(bitop STATIC bit.cpp)
|
||||
target_link_libraries(bitop)
|
||||
|
||||
include_directories(${LUA_INCLUDE_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue