HostController/CMakeLists.txt

6 lines
165 B
CMake
Raw Permalink Normal View History

2025-01-03 01:43:06 +00:00
cmake_minimum_required(VERSION 3.15)
project(HostController)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_BUILD_TYPE Debug)
add_executable(HostController main.c)