reorganized the project, some idea of how to handle settings
This commit is contained in:
parent
e4cc5e8d0e
commit
870842f63d
17 changed files with 167 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue