Giving analyzer/ its own CMakeLists.txt.

Also moving src/analyzer.bif to src/analyzer/analyzer.bif, along with
the infrastructure to build/incude bif code at other locations.

We should generally move to having per-directory CMakeLists.txt. I'll
convert the others over later.
This commit is contained in:
Robin Sommer 2013-04-04 16:53:21 -07:00
parent bccaea6883
commit 897be0e147
10 changed files with 83 additions and 40 deletions

View file

@ -248,7 +248,6 @@ extern void init_general_global_var();
extern void init_event_handlers();
extern void init_net_var();
#include "analyzer.bif.netvar_h"
#include "const.bif.netvar_h"
#include "types.bif.netvar_h"
#include "event.bif.netvar_h"