This repository has been archived on 2025-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Breeze/CMakeLists.txt
2025-04-01 20:57:33 +02:00

14 lines
239 B
CMake

cmake_minimum_required(VERSION 3.30)
project(breeze C)
set(CMAKE_C_STANDARD 23)
add_executable(breeze main.c
func.c
func.h
config/import.c
config/export.c
config/config.c
config/config.h
)