mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
7 lines
175 B
CMake
7 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)
|