adds small cleanups towards updating the entire build system

This commit is contained in:
2026-04-10 13:22:54 +02:00
parent 32df317b38
commit 68057507c9
6 changed files with 988 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
target_sources(${PROJECT_NAME}
PRIVATE
# {{BEGIN_TARGET_SOURCES}}
${CMAKE_CURRENT_LIST_DIR}/src/mnrs_network_driver.c
# {{END_TARGET_SOURCES}}
)
target_include_directories(${PROJECT_NAME}
PUBLIC
${CMAKE_CURRENT_LIST_DIR}/inc
)