Skip to content

Commit

Permalink
The hard coded XCode project should be removed now that CMake works c…
Browse files Browse the repository at this point in the history
…orrectly, but this fix brings it into compliance with pkg-config paths in previous commit
  • Loading branch information
mattcurfman committed Oct 13, 2016
1 parent e0578b3 commit a51e7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions librealsense.xc/librealsense.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"$(SRCROOT)/../include/**",
"$(SRCROOT)/../third_party/libuvc/include",
/usr/local/include,
"/usr/local/include/libusb-1.0",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
);
LIBRARY_SEARCH_PATHS = (
Expand All @@ -518,6 +519,7 @@
"$(SRCROOT)/../include/**",
"$(SRCROOT)/../third_party/libuvc/include",
/usr/local/include,
"/usr/local/include/libusb-1.0",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
);
LIBRARY_SEARCH_PATHS = (
Expand Down

0 comments on commit a51e7c1

Please sign in to comment.