1 Star 0 Fork 0

caozhanhao/opqr-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
caozhanhao 提交于 2022-09-15 15:24 . initial commit
cmake_minimum_required (VERSION 3.24)
project (opqr-python)
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
add_compile_options(-fPIC)
add_library(opqr opqr-python.cpp)
target_include_directories(opqr PRIVATE ${Python3_INCLUDE_DIRS})
target_compile_features(opqr PRIVATE cxx_std_17)
target_link_libraries(opqr ${Python3_LIBRARIES})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cmvy2020/opqr-python.git
git@gitee.com:cmvy2020/opqr-python.git
cmvy2020
opqr-python
opqr-python
master

搜索帮助