diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e5e23ac..9084cbb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,6 +24,9 @@ add_library (usbhost cobs.c noise.c packet_interface.c + adjectives.c + nouns.c + hid_keycodes.c ) add_subdirectory (crypto) |