diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..91c2d25 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +target_sources( + ${CMAKE_PROJECT_NAME} + PUBLIC + embformat.c +)