Added CMake as build system generator for BaSyx C++ SDK:
- Deleted old makefiles from src and regression folders
- Added CMakeLists to replace old Makefiles
- Removed old project and settings files
- Eclipse projects and Makefiles will now be individually generated with CMake
See https://wiki.eclipse.org/BaSyx:BaSyx.Documentation.SDK.Cpp.Build for more information.
Change-Id: I81165db3cf06a26192611e77115ce2325760fd69
Signed-off-by: Thomas Psota <thomas.psota@iese.fraunhofer.de>
diff --git a/sdks/c++/basys.sdk.cc/cmake/enable_clang_format.cmake b/sdks/c++/basys.sdk.cc/cmake/enable_clang_format.cmake
new file mode 100644
index 0000000..f009d1f
--- /dev/null
+++ b/sdks/c++/basys.sdk.cc/cmake/enable_clang_format.cmake
@@ -0,0 +1,12 @@
+###############################################
+### enable_clang_format ###
+###############################################
+###
+### Enables a clang-format target, if
+### clang-format is installed, automatically
+### formatting all sources in the tree
+###
+
+function( enable_clang_format )
+
+endfunction()
\ No newline at end of file