│ ├── gflags-config-version.cmake │ ├── gflags-nonamespace-targets.cmake │ ├── gflags-nonamespace-targets-release.cmake │ ├── gflags-targets.cmake │ └── gflags-targets-release.cmake ├── libgflags_nothreads.so -> libgflags_nothreads.so.2.2 ...
-- Installing: /usr/local/lib/cmake/gflags/gflags-nonamespace-targets-release.cmake -- Installing: /usr/local/bin/gflags_completions.sh -- Installing: /usr/local/lib/pkgconfig/gflags.pc -- Installing: /home/caojingsong/.cmake/packages/gflags/e5f7ce61772240490d3164df06f58ce9 ...
## library target for the "gflags_nothreads_static" library target. Targets which ## depend on the gflags library should link to the "gflags::gflags" library target. ## ## Example CMakeLists.txt of user project which requires separate gflags installation: ## cmake_minimum_required(VERSION ...
EXPORT ${EXPORT_NAME} NAMESPACE ${PACKAGE_NAME}:: DESTINATION ${CONFIG_INSTALL_DIR} ) endif () if (EXPORT_NONAMESPACE_SET) install ( EXPORT ${EXPORT_NAME} FILE ${PACKAGE_NAME}-nonamespace-targets.cmake DESTINATION ${CONFIG_INSTALL_DIR} ) endif () if (UNIX) install (PROGRAMS src/gf...
## library target for the "gflags_nothreads_static" library target. Targets which ## depend on the gflags library should link to the "gflags::gflags" library target. ## ## Example CMakeLists.txt of user project which requires separate gflags installation: ## cmake_minimum_required(VERS...
JaiXJM-BBcmake: Support BlackBerry QNX (#364)58cf1ef28天前 464 次提交 取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 bazel Android linking fix (#321) 3年前 cmake Fix check of targets in package config when GFLAGS_USE_TARGET_NAMESPACE ...
│ ├── gflags-config-version.cmake │ ├── gflags-nonamespace-targets.cmake │ ├── gflags-nonamespace-targets-release.cmake │ ├── gflags-targets.cmake │ └── gflags-targets-release.cmake ├── libgflags_nothreads.so -> libgflags_nothreads.so.2.2 ...
## library target for the "gflags_nothreads_static" library target. Targets which ## depend on the gflags library should link to the "gflags::gflags" library target. ## ## Example CMakeLists.txt of user project which requires separate gflags installation: ## cmake_minimum_required(VERS...
# CMAKE_BUILD_TYPE=Debug for the test project, which usually breaks detection # because MSVC requires that the test project use the same build type as gflags, # which would normally be built in Release. # # Defines: GFLAGS_NAMESPACE in the caller's scope with the detected namespace, ...
This maintenance release improves life of Bazel users (no more "config.h" leaking into global include paths), fixes build with recent MinGW versions, and silences a number of static code analyzer and compiler warnings. The build targets exported by the CMake configuration of this library are ...