From d832689911e63056614f884808f8ff12089f04e9 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 19 Apr 2026 21:58:02 -0500 Subject: [PATCH] Add inspiring message (thats an understatement) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc0312f..b5b3590 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,3 +3,5 @@ cmake_minimum_required(VERSION 3.16) project(my-first-brew) add_executable(my-first-brew main.c) + +install(TARGETS my-first-brew DESTINATION bin)