From 9f3558c4309fdd54d00e344542460007e85cb357 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sat, 22 Nov 2025 12:27:02 -0800 Subject: [PATCH] put it in build, not build/bin --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb7510a..890774f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,9 +14,3 @@ add_executable(ke main.c) # Define KE_VERSION for use in C code (e.g., #define KE_VERSION) target_compile_definitions(ke PRIVATE KE_VERSION="ke version ${KE_VERSION}") - -# Set output properties -set_target_properties(ke PROPERTIES - FOLDER bin - RUNTIME_OUTPUT_DIRECTORY bin -)