• tags: C/C++,Programming Tools

  • 安装的头文件必须包含在目标的源代码中,否则构建如 iOS 的 Framework 时无法正确包含头文件

    ADD_LIBRARY(test test.h)
    
  • CMake 生成 C++ LSP 配置文件