mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
8 lines
175 B
Text
8 lines
175 B
Text
|
add_library(quirc STATIC
|
||
|
quirc/lib/decode.c
|
||
|
quirc/lib/identify.c
|
||
|
quirc/lib/quirc.c
|
||
|
quirc/lib/version_db.c
|
||
|
)
|
||
|
target_include_directories(quirc PUBLIC quirc/lib)
|