X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b30602ffd8e090c68e99a37ec5e4e7403debd7ce..7721f9d25945759e012f67181e69550a3a222eb0:/buildtools/Cmake/tracing_config.h.in diff --git a/buildtools/Cmake/tracing_config.h.in b/buildtools/Cmake/tracing_config.h.in new file mode 100644 index 0000000000..1aa5f02841 --- /dev/null +++ b/buildtools/Cmake/tracing_config.h.in @@ -0,0 +1,19 @@ +/* + * tracing_config.h + * + * Created on: Apri 1, 2010 + * Author: Lucas Schnorr + * License: This program is free software; you can redistribute + * it and/or modify it under the terms of the license + * (GNU LGPL) which comes with this package. + * + * Copyright (c) 2009 The SimGrid team. + */ + +#ifndef __TRACING_CONFIG_H +#define __TRACING_CONFIG_H + +/* Tracing SimGrid */ +#cmakedefine HAVE_TRACING @HAVE_TRACING@ + +#endif