Upgrade to new build system
This commit is contained in:
parent
8c470e4039
commit
076e58ccd7
12 changed files with 165 additions and 67 deletions
|
|
@ -1 +1 @@
|
|||
c tests tests libCStreamedXML
|
||||
tests c tests libCStreamedXML
|
||||
|
|
|
|||
|
|
@ -8,11 +8,14 @@
|
|||
#include "StreamedXML.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
if(argc == 2 && !strcmp(argv[1], "--print-summary")) {
|
||||
printf("One line summary.\n");
|
||||
return 0;
|
||||
|
|
@ -22,8 +25,6 @@ int main(int argc, char* argv[])
|
|||
// empty argument list
|
||||
}
|
||||
|
||||
int ret = 0;
|
||||
|
||||
// TODO
|
||||
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue