Files
irrigation_system/software/lib/CMakeLists.txt
Eduard Iten fbeaa916b9 feat(project): Restructure software for multi-app setup
- Reorganize the software directory to support multiple Zephyr applications (gateway, slave_node).

- Create a clear separation between applications and shared libraries.

- Add placeholder files for gateway and slave_node applications.
2025-07-01 08:20:25 +02:00

5 lines
128 B
CMake

# Add your shared libraries here
# Example:
# add_library(modbus modbus/modbus.c)
# target_include_directories(modbus PUBLIC .)