irrigation_system/software/CMakeLists.txt

6 lines
154 B
CMake

# Top-level CMakeLists.txt for the multi-app setup
cmake_minimum_required(VERSION 3.20)
add_subdirectory(apps/gateway)
add_subdirectory(apps/slave_node)