add_library(input "src/input.c" ) target_include_directories(input PUBLIC "inc") target_link_libraries(input PUBLIC keyboard mouse pad peripheral)