Init
This commit is contained in:
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(candash C)
|
||||
|
||||
set(CMAKE_C_STANDARD 23)
|
||||
|
||||
add_executable(candash main.c
|
||||
base.c
|
||||
base.h)
|
||||
|
||||
target_link_libraries(candash m ncurses)
|
Reference in New Issue
Block a user