diff options
Diffstat (limited to 'library/cpp/pop_count/ya.make')
-rw-r--r-- | library/cpp/pop_count/ya.make | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/library/cpp/pop_count/ya.make b/library/cpp/pop_count/ya.make new file mode 100644 index 0000000000..0dec238979 --- /dev/null +++ b/library/cpp/pop_count/ya.make @@ -0,0 +1,9 @@ +LIBRARY() + +OWNER(g:util) + +SRCS( + popcount.cpp +) + +END() |