Added commandline parsing
This commit is contained in:
parent
7ae946f4c7
commit
c279d783bc
5 changed files with 2497 additions and 19 deletions
|
@ -6,9 +6,10 @@ project(spectralyze)
|
|||
|
||||
add_executable(spectralyze
|
||||
"src/main.cpp"
|
||||
"src/FFT.hpp")
|
||||
"src/FFT.hpp" "lib/cxxopts/cxxopts.hpp")
|
||||
|
||||
target_include_directories(spectralyze PRIVATE
|
||||
"lib/AudioFile"
|
||||
"lib/json"
|
||||
"lib/cxxopts"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue