#1 Add some READMEs, add logger class, rearrange to use Core class

This commit is contained in:
James Hodgson
2022-06-05 18:56:43 +01:00
parent c4dc2f22ec
commit 06122376b4
20 changed files with 184 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
add_library(
Viewfinder
STATIC
viewfinder.cpp
)
target_link_libraries(
Viewfinder
PUBLIC
CommonUI
)