1
0
Fork 0
forked from blue/mlc

multithreading

This commit is contained in:
Blue 2023-07-21 18:32:24 -03:00
parent aa65cc6851
commit c5eafe7d98
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 210 additions and 37 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(
mlc
VERSION 0.0.1
VERSION 1.0.1
DESCRIPTION "Media Library Compiler: rips your media library to a lossy compilation"
LANGUAGES CXX
)
@ -22,6 +22,7 @@ add_executable(mlc
decoded.cpp
flactomp3.cpp
collection.cpp
taskmanager.cpp
)
target_link_libraries(mlc