commit | 82d5ffe1f67926c93179683c43a11b4cf1fab989 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 30 23:55:38 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 14:33:22 2015 -0800 |
tree | f5752cce1ea66fc9488f67c754cd650f4025159e | |
parent | eb7d530d41a63b6b3e0119a9f228a415c8064fed [diff] [blame] |
model: Enabling face operations based on NFD's face Refs: #2215
diff --git a/wscript b/wscript index 7bd46d3..0810d72 100644 --- a/wscript +++ b/wscript
@@ -87,7 +87,7 @@ excl=['model/ip-faces/*', 'apps/*', 'helper/*', - 'utils/**/*']) + 'utils/*/*']) module.full_headers = [p.path_from(bld.path) for p in bld.path.ant_glob( ['%s/**/*.hpp' % dir for dir in module_dirs])]