1 Star 1 Fork 0

bluesubmarine/wxfreechart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wxfreechart-config.cmake.in 739 Bytes
一键复制 编辑 原始数据 按行查看 历史
# - Config file for the wxfreechart package
# It defines the following variables
# wxfreechart_INCLUDE_DIRS - include directories
# wxfreechart_LIBRARIES - libraries to link against
# wxfreechart_DEFINITIONS - definitions to compile with
# Compute paths
get_filename_component(wxfreechart_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(wxfreechart_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
# Our library dependencies (contains definitions for IMPORTED targets)
if(NOT TARGET wxfreechart AND NOT wxfreechart_BINARY_DIR)
include("${wxfreechart_CMAKE_DIR}/wxfreechart-targets.cmake")
endif()
# These are IMPORTED targets created by wxfreechart-targets.cmake
set(wxfreechart_LIBRARIES wxfreechart)
set(wxfreechart_DEFINITIONS "")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lukeson/wxfreechart.git
git@gitee.com:lukeson/wxfreechart.git
lukeson
wxfreechart
wxfreechart
master

搜索帮助