mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed macOS (and likely Linux) compile.
This commit is contained in:
parent
101d002921
commit
472e3ef2a8
@ -59,6 +59,8 @@ set (musikbox_LINK_LIBS
|
||||
${linux_LINK_LIBS}
|
||||
${BOOST_LINK_LIBS}
|
||||
dl
|
||||
fftw3
|
||||
fftw3f
|
||||
)
|
||||
|
||||
include_directories (
|
||||
|
@ -4,6 +4,7 @@ set(CORE_SOURCES
|
||||
./audio/Player.cpp
|
||||
./audio/Stream.cpp
|
||||
./audio/GaplessTransport.cpp
|
||||
./audio/Visualizer.cpp
|
||||
./db/Connection.cpp
|
||||
./db/ScopedTransaction.cpp
|
||||
./db/Statement.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user