Build - Moved all 3rd party stuff to a subdirectory

This commit is contained in:
Emmanuel BENOîT 2017-11-22 08:59:06 +01:00
parent 5027d91782
commit 1225e1b8a7
9 changed files with 18 additions and 16 deletions

View file

@ -6,7 +6,7 @@ DEBUG = n
OPTIMIZE = y
BUILD_TESTS = n
OUTDIR = ../build/ebcl
OUTDIR = ../../build/ebcl
export BUILD_STATIC_LIB BUILD_DYNAMIC_LIB DEBUG OPTIMIZE BUILD_TESTS
export OUTDIR