32410140a7
They can't be used when evaluating link libraries, but they can be used for include directories and compile definitions. Later they can be used for compile options.
20 lines
293 B
C++
20 lines
293 B
C++
|
|
#include "bar.h"
|
|
#include "bat.h"
|
|
#include "foo.h"
|
|
#include "baz.h"
|
|
#include "bang.h"
|
|
#include "bing.h"
|
|
#include "bung.h"
|
|
#include "ting.h"
|
|
#include "arguments.h"
|
|
#include "list.h"
|
|
#include "target.h"
|
|
#include "prefix_foo_bar_bat.h"
|
|
#include "common.h"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|