mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
8 lines
175 B
CMake
8 lines
175 B
CMake
|
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)
|