From d58be71b5bf640a117b301d74f4e82110a689561 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 16 Sep 2024 17:45:44 -0600 Subject: copyright notices, coroutines --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bb5abcf..35a63ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,8 @@ +# CMAkeLists.txt - Main build script for sbc-harness +# +# Copyright (C) 2024 Luke T. Shumaker +# SPDX-Licence-Identifier: AGPL-3.0-or-later + cmake_minimum_required(VERSION 3.13) set(PICO_SDK_PATH "${CMAKE_SOURCE_DIR}/3rd-party/pico-sdk") @@ -10,6 +15,7 @@ pico_sdk_init() add_executable(sbc_harness) target_sources(sbc_harness PUBLIC main.c + coroutine.c usb_common.c usb_keyboard.c ) -- cgit v1.2.3-2-g168b