put it in build, not build/bin
Some checks are pending
Release / Bump Homebrew formula (push) Waiting to run

This commit is contained in:
2025-11-22 12:27:02 -08:00
parent ce64e4637d
commit 9f3558c430

View File

@@ -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
)