diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-26 09:14:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-26 09:14:56 +0200 |
commit | e159da71e25aa50fc73479f9aa7aef7185c28a1c (patch) | |
tree | bf4fae4b9fd76983c69b67a76dc3be8974ce943a /makefile | |
parent | ba7a7b6ed8b81df116b1c2352665b03192386793 (diff) |
Add inheritance example
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -5,7 +5,15 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := composite container hello query mapping schema/embedded +dirs := \ +composite \ +container \ +hello \ +inheritance \ +query \ +mapping \ +schema/embedded + tr1_dirs := relationship inverse schema/custom boost_dirs := boost qt_dirs := qt |