summaryrefslogtreecommitdiff
path: root/devel/jsonnet/files/patch-core_CMakeLists.txt
blob: 5550a634f3bce11df6b833020ad24f5c07855333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- core/CMakeLists.txt.orig	2022-01-06 06:59:54 UTC
+++ core/CMakeLists.txt
@@ -30,7 +30,7 @@ set(LIBJSONNET_SOURCE
 
 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]+")