irrigation_system/lib/valve/CMakeLists.txt

7 lines
145 B
CMake

cmake_minimum_required(VERSION 3.20)
project(valve)
target_sources(valve PRIVATE src/valve.c)
target_include_directories(valve PUBLIC include)