diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 22:43:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-27 22:43:34 +0100 |
| commit | fe03952bf6dbf32509a9322e34ac1b5c9d0dbe25 (patch) | |
| tree | 04bb502e93321c08cbc1feb8ec8a9c42bf33896b /install_windows.cmake | |
| parent | 8e27a0f610819130a91a4076eaab1ab657ab3c72 (diff) | |
chore: update NeBuild file structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'install_windows.cmake')
| -rw-r--r-- | install_windows.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install_windows.cmake b/install_windows.cmake index b758a73..792b4a9 100644 --- a/install_windows.cmake +++ b/install_windows.cmake @@ -1,6 +1,6 @@ # // ============================================================= // -# // NeBuild -# // Copyright (C) 2025-2026, Amlal El Mahrouss, licensed under BSD-3 license. +# // NeBuild System. +# // Copyright (C) 2025-2026, Amlal El Mahrouss and Ne.org Author, licensed under BSD-3 license. # // ============================================================= // # AMLALE: Update the CMake version, which requires a version that was too old. @@ -16,4 +16,4 @@ if(BUILD_WINDOWS) ) endif() -message(STATUS "To build for Windows-style executable: configure with -DBUILD_WINDOWS=ON")
\ No newline at end of file +message(STATUS "To build for Windows-style executable: configure with -DBUILD_WINDOWS=ON") |
