diff options
author | somov <somov@yandex-team.ru> | 2022-02-10 16:45:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:47 +0300 |
commit | a5950576e397b1909261050b8c7da16db58f10b1 (patch) | |
tree | 7ba7677f6a4c3e19e2cefab34d16df2c8963b4d4 /contrib/libs/farmhash/ya.make | |
parent | 81eddc8c0b55990194e112b02d127b87d54164a9 (diff) | |
download | ydb-a5950576e397b1909261050b8c7da16db58f10b1.tar.gz |
Restoring authorship annotation for <somov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/farmhash/ya.make')
-rw-r--r-- | contrib/libs/farmhash/ya.make | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/contrib/libs/farmhash/ya.make b/contrib/libs/farmhash/ya.make index 5e1a631819..8348d45d32 100644 --- a/contrib/libs/farmhash/ya.make +++ b/contrib/libs/farmhash/ya.make @@ -1,30 +1,30 @@ -LIBRARY() - -LICENSE(MIT) - +LIBRARY() + +LICENSE(MIT) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(2017-06-26-23eecfbe7e84ebf2e229bd02248f431c36e12f1a) OWNER(somov) - + ADDINCL(GLOBAL contrib/libs/farmhash/include) -PEERDIR( - contrib/libs/farmhash/arch/sse41 - contrib/libs/farmhash/arch/sse42 - contrib/libs/farmhash/arch/sse42_aesni -) - -NO_COMPILER_WARNINGS() - -SRCS( - farmhashuo.cc - farmhashxo.cc - farmhashna.cc - farmhashmk.cc - farmhashcc.cc - farmhash_iface.cc -) - -END() +PEERDIR( + contrib/libs/farmhash/arch/sse41 + contrib/libs/farmhash/arch/sse42 + contrib/libs/farmhash/arch/sse42_aesni +) + +NO_COMPILER_WARNINGS() + +SRCS( + farmhashuo.cc + farmhashxo.cc + farmhashna.cc + farmhashmk.cc + farmhashcc.cc + farmhash_iface.cc +) + +END() |