mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Parse and set binary version
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
c433e131eb
commit
d78e925d49
2 changed files with 4 additions and 1 deletions
|
|
@ -81,6 +81,9 @@ set(SOURCES ${SOURCES}
|
|||
set(USB_ITF_CCID 1)
|
||||
set(USB_ITF_WCID 1)
|
||||
include(pico-keys-sdk/pico_keys_sdk_import.cmake)
|
||||
|
||||
SET_VERSION(ver_major ver_minor "${CMAKE_CURRENT_LIST_DIR}/src/hsm/version.h")
|
||||
|
||||
if(ESP_PLATFORM)
|
||||
project(pico_hsm)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4711ae768a0f4d589aa66cedeb05b06e4a5b3b93
|
||||
Subproject commit 697e2fd2637e96a09f074905836b69fe5020b4a7
|
||||
Loading…
Add table
Reference in a new issue