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)