No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
liuxueli 7d40dcca2c 默认编译静态库,需修改最上层CMakeLists.txt;将OFF改为ON即可,关键字如下:
SET(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries instead of static ones.")
2018-11-20 09:53:43 +08:00
libpcre-pcre-8.36.tar.gz 默认编译静态库,需修改最上层CMakeLists.txt;将OFF改为ON即可,关键字如下: 2018-11-20 09:53:43 +08:00
readme.txt 默认编译静态库,需修改最上层CMakeLists.txt;将OFF改为ON即可,关键字如下: 2018-11-20 09:53:43 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

https://github.com/vmg/libpcre
20181119
默认编译静态库需修改最上层CMakeLists.txt将OFF改为ON即可关键字如下
SET(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries instead of static ones.")