Added tools

This commit is contained in:
emeric
2020-02-14 13:53:46 +01:00
parent ed3d728c02
commit d06dfde187
16 changed files with 56 additions and 38 deletions
+11
View File
@@ -0,0 +1,11 @@
add_executable(lms-metadata
LmsMetadata.cpp
)
target_link_libraries(lms-metadata PRIVATE
lmsmetadata
)
install(TARGETS lms-metadata DESTINATION bin)