mirror of https://github.com/mono/CppSharp.git
17 changed files with 13 additions and 3 deletions
@ -1,8 +1,12 @@ |
|||||||
|
|
||||||
EXTRA_DIST = m4/expansions.m4 |
EXTRA_DIST = m4/expansions.m4 |
||||||
|
|
||||||
SUBDIRS = src examples qt |
SUBDIRS = src |
||||||
|
|
||||||
if ENABLE_DEBUG |
if ENABLE_DEBUG |
||||||
SUBDIRS += tests |
SUBDIRS += tests |
||||||
endif |
endif |
||||||
|
|
||||||
|
if ENABLE_EXAMPLES |
||||||
|
SUBDIRS += examples |
||||||
|
endif |
||||||
|
Loading…
Reference in new issue