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