aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-01 11:39:52 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-01 11:39:52 +0530
commitdf6069635c5b60eee14195981b3019507fc7b0dd (patch)
tree6e9b5bca11fc100cebc36ffde6653729cbcb3bed
parentb3a125624d79432d74f6aba09429af92565d0def (diff)
build: add install target for msg
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index db3fe17..8ab0383 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,3 +49,5 @@ target_compile_options(common PRIVATE -w)
target_compile_options(msg PRIVATE
$<$<COMPILE_LANGUAGE:C>: ${C_COMPILE_OPTIONS}>
)
+
+install(TARGETS msg)