X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/21e348c392c2b7a818d7cd938d35c0bbc3f26922..a182030b5a8c0db05a1de18ca230b61e76363ebc:/buildtools/Cmake/src/tracing_config.h.in diff --git a/buildtools/Cmake/src/tracing_config.h.in b/buildtools/Cmake/src/tracing_config.h.in new file mode 100644 index 0000000000..1aa5f02841 --- /dev/null +++ b/buildtools/Cmake/src/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