Skip to content

Commit

Permalink
add FindPicExTh
Browse files Browse the repository at this point in the history
  • Loading branch information
WallBreaker2 committed Jun 27, 2021
1 parent 3569f8e commit 4e004d8
Show file tree
Hide file tree
Showing 19 changed files with 557 additions and 2,077 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
#
cmake_minimum_required (VERSION 3.0)

# SET(CMAKE_TOOLCHAIN_FILE "E:/git_pro/vcpkg/scripts/buildsystems/vcpkg.cmake")
# SET(VCPKG_TARGET_TRIPLET x86-windows-static)


# set(VCPKG_INSTALL_PREFIX ${CMAKE_CURRENT_SOURCE_DIR})
option(build_swig_py "build swig py,requrie python" OFF)
option(build_qttool "buid qt tool,requrie qt lib" OFF)

# 编译开关
set(build_qttool OFF)
set(build_qttool ON)
set(build_swig_py OFF)
# blackbone 源码路径,必须设置!!!
set(blackbone_include_path "E:/git_pro/Blackbone/src")
Expand Down
84 changes: 0 additions & 84 deletions include/op.c

This file was deleted.

Loading

0 comments on commit 4e004d8

Please sign in to comment.