Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d832689911 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user