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:
Pascal Bach 2017-09-27 16:47:12 +02:00 committed by Aleksandar Fabijanic
parent e5aaa991b8
commit f26cebc309

View File

@ -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}")