diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-29 20:20:07 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-29 20:20:07 -0600 |
commit | 6c114930eef133293856189a93f7ca7ca3751268 (patch) | |
tree | dfb880db4838503ce8d0ac79b8fa56a0f2624fa1 /libhw/CMakeLists.txt | |
parent | bcaf0bc655df337bc02c5dd78bfc3f4487103959 (diff) |
wip host_alarmclock
Diffstat (limited to 'libhw/CMakeLists.txt')
-rw-r--r-- | libhw/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhw/CMakeLists.txt b/libhw/CMakeLists.txt index 0dee422..1baeee8 100644 --- a/libhw/CMakeLists.txt +++ b/libhw/CMakeLists.txt @@ -27,7 +27,8 @@ endif() if (PICO_PLATFORM STREQUAL "host") target_include_directories(libhw SYSTEM INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/host_include) target_sources(libhw INTERFACE - host_bootclock.c + host_sigrt.c + host_alarmclock.c host_net.c ) endif() |