mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
cmake: JSON cleanup
- explicitly list files Reviewed-by: Roger Meier <r.meier@siemens.com>
This commit is contained in:
parent
10b4a9c631
commit
16e8ed8ab5
@ -1,6 +1,18 @@
|
||||
set(LIBNAME "PocoJSON")
|
||||
|
||||
aux_source_directory(src SRCS)
|
||||
set(SRCS
|
||||
src/Array.cpp
|
||||
src/Handler.cpp
|
||||
src/JSONException.cpp
|
||||
src/Object.cpp
|
||||
src/ParseHandler.cpp
|
||||
src/Parser.cpp
|
||||
src/PrintHandler.cpp
|
||||
src/Query.cpp
|
||||
src/Stringifier.cpp
|
||||
src/TemplateCache.cpp
|
||||
src/Template.cpp
|
||||
)
|
||||
|
||||
if (NOT POCO_STATIC)
|
||||
add_definitions(-DJSON_EXPORTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user