mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
JSON: Fix missing objects with pd_json and CMake (#1908)
Seems it got lost during the backport to 1.8.0
This commit is contained in:
parent
e5aaa991b8
commit
f26cebc309
@ -8,6 +8,7 @@ POCO_SOURCES_AUTO( SRCS ${SRCS_G})
|
||||
# Headers
|
||||
file(GLOB_RECURSE HDRS_G "include/*.h" )
|
||||
POCO_HEADERS_AUTO( SRCS ${HDRS_G})
|
||||
POCO_SOURCES(SRCS pdjson src/pd_json.c)
|
||||
|
||||
add_library( "${LIBNAME}" ${LIB_MODE} ${SRCS} )
|
||||
add_library( "${POCO_LIBNAME}" ALIAS "${LIBNAME}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user