Skip to content
Snippets Groups Projects
Commit 5699375f authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Mise à jour des fichiers CMake pour la compilation de la librairie expat

parent 21be6b54
No related branches found
No related tags found
No related merge requests found
#include "expat.h"
int
main(int argc, char *argv[])
{
XML_Parser parser;
XML_Bool resumable;
const XML_Char *s;
XML_StopParser(parser, XML_TRUE);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment