]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_fmilib.c.cmake
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Config.cmake / config_fmilib.c.cmake
diff --git a/org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_fmilib.c.cmake b/org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_fmilib.c.cmake
new file mode 100644 (file)
index 0000000..af76ee5
--- /dev/null
@@ -0,0 +1,26 @@
+/*\r
+    Copyright (C) 2012 Modelon AB\r
+\r
+    This program is free software: you can redistribute it and/or modify\r
+    it under the terms of the BSD style license.
+\r
+    This program is distributed in the hope that it will be useful,\r
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+    FMILIB_License.txt file for more details.\r
+\r
+    You should have received a copy of the FMILIB_License.txt file\r
+    along with this program. If not, contact Modelon AB <http://www.modelon.com>.\r
+*/\r
+\r
+#include "fmilib_config.h"\r
+\r
+const char * fmilib_build_stamp = \r
+       "Built on: " __DATE__ " " __TIME__ "\n"\r
+       "Last changed on: @FMILibrary_WC_LAST_CHANGED_DATE@\n"\r
+       "Revision: @FMILibrary_WC_REVISION@";\r
+\r
+       \r
+const char* fmilib_get_build_stamp(void) {\r
+       return fmilib_build_stamp;\r
+}
\ No newline at end of file