mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
Embeddable JSON database engine C library which supports simple XPath-like query language (JQL). WWW: https://ejdb.org/
11 lines
354 B
Text
11 lines
354 B
Text
--- src/jbs/CMakeLists.txt.orig 2022-02-23 10:00:23 UTC
|
|
+++ src/jbs/CMakeLists.txt
|
|
@@ -1,6 +1,7 @@
|
|
# Executables
|
|
add_executable(jbs jbs.c)
|
|
-target_link_libraries(jbs ejdb2_s)
|
|
+target_link_libraries(jbs ejdb2_s iowow iwnet)
|
|
+target_link_directories(jbs PRIVATE "${CMAKE_LOCALBASE}/lib")
|
|
|
|
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
|
add_custom_command(
|