put it in build, not build/bin
Some checks are pending
Release / Bump Homebrew formula (push) Waiting to run
Some checks are pending
Release / Bump Homebrew formula (push) Waiting to run
This commit is contained in:
@@ -14,9 +14,3 @@ add_executable(ke main.c)
|
|||||||
|
|
||||||
# Define KE_VERSION for use in C code (e.g., #define KE_VERSION)
|
# Define KE_VERSION for use in C code (e.g., #define KE_VERSION)
|
||||||
target_compile_definitions(ke PRIVATE KE_VERSION="ke version ${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
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user