From 472e3ef2a8357391a2bb15bbc626ab43a220aace Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Mon, 31 Oct 2016 23:18:56 -0700 Subject: [PATCH] Fixed macOS (and likely Linux) compile. --- CMakeLists.txt | 2 ++ src/core/CMakeLists.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bdaf3619..e30de90b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,8 @@ set (musikbox_LINK_LIBS ${linux_LINK_LIBS} ${BOOST_LINK_LIBS} dl + fftw3 + fftw3f ) include_directories ( diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 037e9d5ac..d3e92b9c2 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -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