# NOTE: This file is generated by yotta: changes will be overwritten!

add_library({{ libname }} {{ cfile_name | replaceBackslashes }})

target_link_libraries({{ libname }}
    {{ link_dependencies | join('\n    ') }}
)

{% for include in cmake_files %}
include("{{ include | replaceBackslashes }}")
{% endfor %}
