aboutsummaryrefslogtreecommitdiff
path: root/external/qrcodegen/CMakeLists.txt
blob: a9060e3e856bbe0d589e30bb4aa6548ed45ec692 (plain) (blame)
1
2
3
4
5
6
7
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})