summaryrefslogtreecommitdiffstats
path: root/chello
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:26:33 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 21:26:33 +0200
commit4515ab7b7bdc356eb8e95ba9d3f16b43dd80f39c (patch)
tree1cea11afee5bcd660d1f65f22dc00f7334ee0c43 /chello
parent4aef7357af63fc20681f40fc77957811cd8f88a4 (diff)
downloadcsharp-cmake-4515ab7b7bdc356eb8e95ba9d3f16b43dd80f39c.tar.gz
csharp-cmake-4515ab7b7bdc356eb8e95ba9d3f16b43dd80f39c.zip
Use CMAKE_RUNTIME_OUTPUT_DIRECTORY for all runtime artifacts
Diffstat (limited to 'chello')
-rw-r--r--chello/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
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}
-)