blob: 9f38751e9462b30c9383b8e2dfcecaedcde0664d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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]+")
|