mirror of
https://github.com/hrvach/deskhop.git
synced 2024-12-03 05:03:26 +01:00
09935f5f87
- add mouse acceleration (configurable in user_config.h) - add keyboard shortcuts for output configuration - after several reports, bundling pico-sdk and tinyusb to simplify building - bugfixes
4 lines
162 B
CMake
4 lines
162 B
CMake
# this is included because toolchain file sets SYSTEM_NAME=PICO
|
|
|
|
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)
|
|
set(CMAKE_EXECUTABLE_SUFFIX .elf) |