From f3b7453a451e16fc51f396fe799846c438b60c4e Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Mon, 16 Feb 2026 18:18:39 +0200 Subject: [PATCH] add CMake dependency handling for portability --- code/include/example_include.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/include/example_include.hpp diff --git a/code/include/example_include.hpp b/code/include/example_include.hpp new file mode 100644 index 0000000..f62204e --- /dev/null +++ b/code/include/example_include.hpp @@ -0,0 +1,7 @@ +//exmaple include hedder +#ifndef EXAMPLE_INCLUDE_HPP +#define EXAMPLE_INCLUDE_HPP + + + +#endif // EXAMPLE_INCLUDE_HPP \ No newline at end of file