diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:15:44 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:15:44 -0500 |
| commit | 1b5097d5035cb73a4845e914021851bf81186bfb (patch) | |
| tree | 20a18b5820519da8127a11c72ab1ebd523050ca9 /CMakeLists.txt | |
| parent | d27494728d3822bb13d615a27e5d5d6584f5a804 (diff) | |
chore: NeBuildKit: Architectural improvements over {Defines+Includes}.h
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7311780..78ab417 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ add_executable(nebuild ${NEBUILD_SOURCES}) target_include_directories(nebuild PRIVATE ${CMAKE_SOURCE_DIR}/dev ${CMAKE_SOURCE_DIR}/vendor) option(BUILD_WINDOWS "Produce a Windows executable name (nebuild.exe)" OFF) + if(BUILD_WINDOWS) set_target_properties(nebuild PROPERTIES OUTPUT_NAME "nebuild.exe") endif() |
