pinedio-lora-driver/apps/gpio/CMakeLists.txt

6 wiersze
86 B
CMake

project(gpio)
cmake_minimum_required(VERSION 3.21)
add_executable(gpio
main.cpp)