Skip to content

Commit 9fd914c

Browse files
committed
first post!
0 parents  commit 9fd914c

File tree

160 files changed

+18300
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+18300
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

Project.xcconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
2+
//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
3+
OF_PATH = ../../openFrameworks/clean/openFrameworks
4+
5+
//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
6+
#include "../../openFrameworks/clean/openFrameworks/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
7+
8+
OTHER_LDFLAGS = $(OF_CORE_LIBS)
9+
HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)

ScratchMLxClient.xcodeproj/project.pbxproj

+919
Large diffs are not rendered by default.

ScratchMLxClient.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)