changeset 31:8f135e664398 develop

Updated project settings
author Adam Stark <adamstark.uk@gmail.com>
date Tue, 08 Jul 2014 12:22:06 +0100
parents 687b8dd41934
children 243d34f2886f 42f873264634
files unit-tests/BTrack Tests.xcodeproj/project.pbxproj
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/unit-tests/BTrack Tests.xcodeproj/project.pbxproj	Tue Jan 28 01:07:44 2014 +0000
+++ b/unit-tests/BTrack Tests.xcodeproj/project.pbxproj	Tue Jul 08 12:22:06 2014 +0100
@@ -251,6 +251,11 @@
 		E38214F6188E7AED00DDD7C8 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				OTHER_LDFLAGS = (
+					"-lboost_unit_test_framework",
+					"-lsamplerate",
+					"-lfftw3",
+				);
 				PRODUCT_NAME = "$(TARGET_NAME)";
 			};
 			name = Debug;
@@ -258,6 +263,11 @@
 		E38214F7188E7AED00DDD7C8 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
+				OTHER_LDFLAGS = (
+					"-lboost_unit_test_framework",
+					"-lsamplerate",
+					"-lfftw3",
+				);
 				PRODUCT_NAME = "$(TARGET_NAME)";
 			};
 			name = Release;