1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Include header files in CMake sources (#16297)

This commit is contained in:
Lucas OH
2025-07-12 13:23:35 +02:00
committed by GitHub
parent f71e1447c9
commit ce2380b58e
24 changed files with 139 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
add_library(jsoncpp STATIC jsoncpp.cpp)
add_library(jsoncpp STATIC jsoncpp.cpp json/json.h json/json-forwards.h)
target_link_libraries(jsoncpp)