move templates
This commit is contained in:
10
templates/_cmake-c/CMakeLists.txt
Normal file
10
templates/_cmake-c/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Hello
|
||||
DESCRIPTION "Hello World"
|
||||
LANGUAGES C
|
||||
)
|
||||
|
||||
add_executable(hello src/main.c)
|
||||
|
||||
install(TARGETS hello)
|
||||
Reference in New Issue
Block a user