相关疑难解决方法(0)

CMake从Autoconf生成config.h

使用Autotools时,通常config.h通过如下指定AC_CONFIG_HEADERS宏来生成文件configure.ac:

AC_CONFIG_HEADERS([config.h])
Run Code Online (Sandbox Code Playgroud)

使用CMake时,相应的等价物是什么?

autotools cmake

7
推荐指数
1
解决办法
4045
查看次数

标签 统计

autotools ×1

cmake ×1