1
0
Fork 0
forked from blue/mlc

reorganized the project, some idea of how to handle settings

This commit is contained in:
Blue 2023-10-06 18:39:07 -03:00
parent e4cc5e8d0e
commit 870842f63d
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
17 changed files with 167 additions and 26 deletions

View file

@ -19,15 +19,9 @@ find_package(JPEG REQUIRED)
pkg_check_modules(LAME REQUIRED IMPORTED_TARGET lame)
pkg_check_modules(TAGLIB REQUIRED IMPORTED_TARGET taglib)
add_executable(mlc
main.cpp
help.cpp
decoded.cpp
flactomp3.cpp
collection.cpp
taskmanager.cpp
loggable.cpp
)
add_executable(mlc)
add_subdirectory(src)
target_link_libraries(mlc
FLAC::FLAC