You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 1 year ago | |
| Makefile | 5 years ago | |
| QrCodeGeneratorDemo.cpp | 5 years ago | |
| README.md | 1 year ago | |
| Readme.markdown | 4 years ago | |
| qrcodegen.cpp | 1 year ago | |
| qrcodegen.hpp | 5 years ago | |
README.md
How to build for iOS:
cd cpp
cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS64
cmake --build build --config Release
How to build for simulator:
cd cpp
cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=SIMULATORARM64
cmake --build build --config Release