]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmilib.h
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Config.cmake / fmilib.h
diff --git a/org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmilib.h b/org.simantics.fmil.core/native/FMILibrary/Config.cmake/fmilib.h
new file mode 100644 (file)
index 0000000..e962af6
--- /dev/null
@@ -0,0 +1,31 @@
+/*\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
+/** \file fmilib.h\r
+       \brief Include file to be used in client applications of the FMI Library.\r
+       \defgroup fmi_import FMI import library\r
+*/\r
+\r
+#ifndef FMILIB_H_\r
+#define FMILIB_H_\r
+\r
+#include <stddef.h>\r
+#include "fmilib_config.h"\r
+\r
+#include <FMI/fmi_import_context.h>\r
+#include <FMI1/fmi1_import.h>\r
+#include <FMI2/fmi2_import.h>\r
+\r
+#endif\r