diff options
Diffstat (limited to 'macosx/SciTest/SciTest.xcode/project.pbxproj')
-rw-r--r-- | macosx/SciTest/SciTest.xcode/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/SciTest/SciTest.xcode/project.pbxproj b/macosx/SciTest/SciTest.xcode/project.pbxproj index 6a3580563..477d269d0 100644 --- a/macosx/SciTest/SciTest.xcode/project.pbxproj +++ b/macosx/SciTest/SciTest.xcode/project.pbxproj @@ -184,6 +184,7 @@ .., ../../include, ../../src, + ../../lexlib, ); INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; @@ -218,6 +219,7 @@ .., ../../include, ../../src, + ../../lexlib, ); INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; |