> 文章列表 > CMake入门教程【基础篇】5.configure_file构建配置

CMake入门教程【基础篇】5.configure_file构建配置

CMake入门教程【基础篇】5.configure_file构建配置

configure_file配置文件

文章目录

知识点

  • configure_file

configure_file 源文件转换为目标文件

实例

代码目录

 |-?prj4
  |-- ?CMakeLists.txt
  |-- ?TutorialConfig.h.in
  |-- ?tutorial.cxx

代码实现

  • /prj4/CMakeLists.txt
# configure_file生成可配