diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-12 09:38:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-12 09:38:48 +0100 |
| commit | 358bcc6a52793dc7043415b242169af9ec78f6b4 (patch) | |
| tree | ec10d0e936095eb205041fe1570bed5a1c6ac401 /CMakeLists.txt | |
| parent | 8633c78d7a0809cf0fcc0ec6350ad5b71bca9faf (diff) | |
chore: codebase and cmakelists chore.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4af61e..01284a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,8 @@ +# // ============================================================= // +# // nebuild +# // Copyright (C) 2025, Amlal El Mahrouss, licensed under BSD-3 license. +# // ============================================================= // + cmake_minimum_required(VERSION 3.16) project(nebuild VERSION 0.1 LANGUAGES CXX) |
