From 6a8d1d5fb1a685d9eba93d100af673053ab68860 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 23 Mar 2026 01:11:36 +0100 Subject: [FEAT] Improved installation flow and X11 library. Signed-off-by: Amlal El Mahrouss --- frameworks/libThread.fwrk/headers/Config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frameworks/libThread.fwrk/headers/Config.h (limited to 'frameworks/libThread.fwrk/headers/Config.h') diff --git a/frameworks/libThread.fwrk/headers/Config.h b/frameworks/libThread.fwrk/headers/Config.h new file mode 100644 index 0000000..c6734a4 --- /dev/null +++ b/frameworks/libThread.fwrk/headers/Config.h @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: Apache-2.0 +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/ne-foss-org/ne_system + +#ifndef LIBTHREAD_FOUNDATION_H +#define LIBTHREAD_FOUNDATION_H + +#include + +#endif // LIBTHREAD_FOUNDATION_H -- cgit v1.2.3