You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/models/CMakeLists.txt

7 lines
132 B

add_library(models
model_T2T1_layout.c
)
target_include_directories(models PUBLIC .)
target_link_libraries(models trezor-hal)