Mercurial > hg > btrack
changeset 68:ff83553fd8ea
Updated project settings
author | Adam Stark <adamstark@users.noreply.github.com> |
---|---|
date | Tue, 08 Jul 2014 12:22:06 +0100 |
parents | ae3ec9b14092 |
children | 1df0d2eb701c d56eaf2d7c7d |
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;