Advertisement
sajis

OF

Apr 8th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # Attempt to load a config.make file.
  2. # If none is found, project defaults in config.project.make will be used.
  3. ifneq ($(wildcard config.make),)
  4. include config.make
  5. endif
  6.  
  7. # make sure the the OF_ROOT location is defined
  8. ifndef OF_ROOT
  9. OF_ROOT=../../..
  10. endif
  11.  
  12. # call the project makefile!
  13. include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement