removed cxxparser from cmake

This commit is contained in:
Robert 2021-04-28 19:35:04 +02:00
parent 79a710bc80
commit 9fcd31e193
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
out
bin
build
.vs
__pycache__

View file

@ -6,7 +6,8 @@ project(spectralyze)
add_executable(spectralyze
"src/main.cpp"
"src/FFT.hpp" "lib/cxxopts/cxxopts.hpp")
"src/FFT.hpp"
)
target_include_directories(spectralyze PRIVATE
"lib/AudioFile"