2017-08-06 03:07:22 +02:00
|
|
|
--- unittest/CMakeLists.txt.orig 2017-06-12 01:04:28 UTC
|
2017-05-19 16:57:44 +02:00
|
|
|
+++ unittest/CMakeLists.txt
|
2017-08-06 03:07:22 +02:00
|
|
|
@@ -91,7 +91,10 @@ add_executable(tnewamp1 tnewamp1.c ../sr
|
2017-05-19 16:57:44 +02:00
|
|
|
target_link_libraries(tnewamp1 codec2)
|
|
|
|
|
|
|
|
add_executable(tsrc tsrc.c)
|
|
|
|
-target_link_libraries(tsrc samplerate)
|
|
|
|
+target_link_libraries(tsrc ${SAMPLERATE_LIBRARY})
|
|
|
|
+set_target_properties(tsrc
|
|
|
|
+ PROPERTIES INCLUDE_DIRECTORIES ${SAMPLERATE_INCLUDE_DIR}
|
|
|
|
+)
|
|
|
|
|
|
|
|
add_executable(tlininterp tlininterp.c)
|
|
|
|
add_executable(tdec tdec.c)
|