--- core/CMakeLists.txt.orig 2025-05-07 12:28:56 UTC +++ core/CMakeLists.txt @@ -32,7 +32,7 @@ add_dependencies(libjsonnet md5 stdlib) add_library(libjsonnet SHARED ${LIBJSONNET_HEADERS} ${LIBJSONNET_SOURCE}) add_dependencies(libjsonnet md5 stdlib) -target_link_libraries(libjsonnet md5 nlohmann_json::nlohmann_json ryml) +target_link_libraries(libjsonnet md5 nlohmann_json::nlohmann_json ryml c4core) file(STRINGS ${CMAKE_CURRENT_SOURCE_DIR}/../include/libjsonnet.h JSONNET_VERSION_DEF REGEX "[#]define[ \t]+LIB_JSONNET_VERSION[ \t]+")