use cmake WITH_MOD_ * to exclude include paths which are not used.

This commit is contained in:
2012-03-27 00:17:57 +00:00
parent ca05219f3e
commit 126c9d4caa
5 changed files with 30 additions and 16 deletions

View File

@@ -103,7 +103,9 @@
#include "BKE_material.h"
#include "BKE_camera.h"
#ifdef WITH_MOD_FLUID
#include "LBM_fluidsim.h"
#endif
#ifdef WITH_PYTHON
#include "BPY_extern.h"