From 4515ab7b7bdc356eb8e95ba9d3f16b43dd80f39c Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 21:26:33 +0200 Subject: Use CMAKE_RUNTIME_OUTPUT_DIRECTORY for all runtime artifacts --- chello/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chello') diff --git a/chello/CMakeLists.txt b/chello/CMakeLists.txt index c48ba4b..5edf186 100644 --- a/chello/CMakeLists.txt +++ b/chello/CMakeLists.txt @@ -1,5 +1 @@ add_library(hello_c SHARED hello.c) - -set_target_properties(hello_c PROPERTIES - LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} -) -- cgit v1.2.3