mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 18:11:03 +00:00
8 lines
191 B
Text
8 lines
191 B
Text
|
project(libqrcodegen)
|
||
|
|
||
|
add_library(qrcodegen STATIC QrCode.cpp)
|
||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
||
|
|
||
|
target_include_directories(qrcodegen PUBLIC
|
||
|
${CMAKE_CURRENT_SOURCE_DIR})
|