#1 Add some READMEs, add logger class, rearrange to use Core class
This commit is contained in:
10
src/ui/viewfinder/CMakeLists.txt
Normal file
10
src/ui/viewfinder/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
add_library(
|
||||
Viewfinder
|
||||
STATIC
|
||||
viewfinder.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
Viewfinder
|
||||
PUBLIC
|
||||
CommonUI
|
||||
)
|
||||
Reference in New Issue
Block a user