aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/JSON/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libs/poco/JSON/ya.make')
-rw-r--r--contrib/libs/poco/JSON/ya.make70
1 files changed, 35 insertions, 35 deletions
diff --git a/contrib/libs/poco/JSON/ya.make b/contrib/libs/poco/JSON/ya.make
index 11e0ff72b1..d4439cca58 100644
--- a/contrib/libs/poco/JSON/ya.make
+++ b/contrib/libs/poco/JSON/ya.make
@@ -1,7 +1,7 @@
-# Generated by devtools/yamaker.
-
-LIBRARY()
-
+# Generated by devtools/yamaker.
+
+LIBRARY()
+
OWNER(
orivej
g:cpp-contrib
@@ -14,34 +14,34 @@ LICENSE(
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-PEERDIR(
- contrib/libs/poco/Foundation
-)
-
-ADDINCL(
- GLOBAL contrib/libs/poco/JSON/include
- contrib/libs/poco/Foundation/include
- contrib/libs/poco/JSON/src
-)
-
-NO_COMPILER_WARNINGS()
-
-NO_UTIL()
-
-SRCS(
- src/Array.cpp
- src/Handler.cpp
- src/JSONException.cpp
- src/Object.cpp
- src/ParseHandler.cpp
- src/Parser.cpp
- src/ParserImpl.cpp
- src/PrintHandler.cpp
- src/Query.cpp
- src/Stringifier.cpp
- src/Template.cpp
- src/TemplateCache.cpp
- src/pdjson.c
-)
-
-END()
+PEERDIR(
+ contrib/libs/poco/Foundation
+)
+
+ADDINCL(
+ GLOBAL contrib/libs/poco/JSON/include
+ contrib/libs/poco/Foundation/include
+ contrib/libs/poco/JSON/src
+)
+
+NO_COMPILER_WARNINGS()
+
+NO_UTIL()
+
+SRCS(
+ src/Array.cpp
+ src/Handler.cpp
+ src/JSONException.cpp
+ src/Object.cpp
+ src/ParseHandler.cpp
+ src/Parser.cpp
+ src/ParserImpl.cpp
+ src/PrintHandler.cpp
+ src/Query.cpp
+ src/Stringifier.cpp
+ src/Template.cpp
+ src/TemplateCache.cpp
+ src/pdjson.c
+)
+
+END()