mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
compile pdjson as C++; disarm some windows warnings
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
set(LIBNAME "CppUnit")
|
||||
|
||||
# Sources
|
||||
if (WIN32)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
endif (WIN32)
|
||||
file(GLOB SRCS_G "src/*.cpp")
|
||||
POCO_SOURCES_AUTO( SRCS ${SRCS_G})
|
||||
|
||||
|
Reference in New Issue
Block a user