cmake_minimum_required(VERSION 3.10)
project(plc_project C)

# add_subdirectory(./core/generated)
add_subdirectory(./core/src)
