bash
python -m pip install -r requirements.txt
bash
cmake -S . -B build
cmake --build build
cmake --install build
bash
python setup.py build_ext --inplace
bash
python setup.py bdist_wheel
cmake
find_package(a CONFIG REQUIRED)
target_link_libraries(<TARGET> PRIVATE a::a)
Copyright (C) 2020 tqfx, All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.