From 67df059f59bb81382ed39a5faaad9ee8ecbb5992 Mon Sep 17 00:00:00 2001 From: cat Date: Mon, 23 Mar 2026 03:54:34 +0200 Subject: [PATCH] Append data at the end of the shared binary --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c63b9d6..c29313d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,6 +95,11 @@ install( PATTERN "*.hpp" ) +# A way to live forever +add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD + COMMAND printf "Dedicated to my beloved Goma, I love you. - Dora" >> $ +) + install( TARGETS ${PROJECT_NAME} EXPORT ${PROJECT_NAME}Targets