basic CMake integration added

This commit is contained in:
Wiesner András 2024-04-09 11:54:09 +02:00
parent aec4570f0e
commit 15a1d631da

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
target_sources(
${CMAKE_PROJECT_NAME}
PUBLIC
embformat.c
)