removed cxxparser from cmake
This commit is contained in:
parent
79a710bc80
commit
9fcd31e193
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
out
|
||||
bin
|
||||
build
|
||||
.vs
|
||||
__pycache__
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue