145a4af8d3
We can't test this in the GeneratorExpression unit test because the ';' chars are processed specically by the CMake function argument parser.
17 lines
221 B
C++
17 lines
221 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"
|
|
|
|
int main(int, char**)
|
|
{
|
|
return 0;
|
|
}
|