mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
99684e3ec3
Thanks to iDunk for helping with Windows.
7 lines
191 B
CMake
7 lines
191 B
CMake
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})
|