diff options
| author | tim <tim@eclectronics.org> | 2017-05-22 21:31:33 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-05-22 21:31:33 +0100 |
| commit | 6ae491eea38055ebe3ba1154f0e916d7bbf95040 (patch) | |
| tree | 793783c9f82f0a30fcf78507c3c88d6cec6c6639 /testDir/Makefile | |
| parent | c31d38915cb6643013223a4ed9b4021b3499d71d (diff) | |
directory reader in test case
Diffstat (limited to 'testDir/Makefile')
| -rw-r--r-- | testDir/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testDir/Makefile b/testDir/Makefile new file mode 100644 index 0000000..8d8e4c0 --- /dev/null +++ b/testDir/Makefile @@ -0,0 +1,13 @@ +# Attempt to load a config.make file. +# If none is found, project defaults in config.project.make will be used. +ifneq ($(wildcard config.make),) + include config.make +endif + +# make sure the the OF_ROOT location is defined +ifndef OF_ROOT + OF_ROOT=$(realpath ../../..) +endif + +# call the project makefile! +include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk |
