mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Include header files in CMake sources (#16297)
This commit is contained in:
parent
f71e1447c9
commit
ce2380b58e
24 changed files with 139 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
add_library(bitop STATIC bit.cpp)
|
||||
add_library(bitop STATIC bit.cpp bit.h)
|
||||
target_include_directories(bitop PRIVATE ${LUA_INCLUDE_DIR})
|
||||
|
||||
set(LUA_BIT_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} PARENT_SCOPE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue