blob: 46df857689de20f9a11501d8b6aef0c325bc975c (
plain)
1
2
3
4
5
6
7
8
|
--- chromaprint-0.7/tests/CMakeLists.txt
+++ chromaprint-0.7/tests/CMakeLists.txt
@@ -1,4 +1,5 @@
include_directories(
+ ${Boost_INCLUDE_DIRS}
${GTEST_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/../src
)
|