[WIP] Zipper to download artists/releases, ref #37

This commit is contained in:
emeric
2020-08-27 13:31:25 +02:00
parent 5e37ec865a
commit a785847b9c
18 changed files with 985 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
add_executable(lms-zipper
LmsZipper.cpp
)
target_link_libraries(lms-zipper PRIVATE
lmsutils
)