diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb7068..840cdba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # // ============================================================= // # // NeBuild -# // Copyright (C) 2025, Amlal El Mahrouss, licensed under BSD-3 license. +# // Copyright (C) 2025-2026, Amlal El Mahrouss, licensed under BSD-3 license. # // ============================================================= // # AMLALE: Update the CMake version, which requires a version that was too old. @@ -32,4 +32,4 @@ add_custom_target(build-nebuild message(STATUS "Sources: ${NEBUILD_SOURCES}") message(STATUS "Include Dirs: ${CMAKE_SOURCE_DIR}/src;${CMAKE_SOURCE_DIR}/vendor") -include(install_windows.cmake)
\ No newline at end of file +include(install_windows.cmake) |
