Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on
[simgrid.git] / 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 (file)
index 0000000..1aa5f02
--- /dev/null
@@ -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