当前位置:网站首页>编译配置in文件
编译配置in文件
2022-06-28 06:39:00 【怪力左手】
源码编译过程中遇到类似如下in文件
#ifndef sodium_version_H
#define sodium_version_H
#include "export.h"
#define SODIUM_VERSION_STRING "@[email protected]"
#define SODIUM_LIBRARY_VERSION_MAJOR @[email protected]
#define SODIUM_LIBRARY_VERSION_MINOR @[email protected]
@[email protected]
#ifdef __cplusplus
extern "C" {
#endif
SODIUM_EXPORT
const char *sodium_version_string(void);
SODIUM_EXPORT
int sodium_library_version_major(void);
SODIUM_EXPORT
int sodium_library_version_minor(void);
SODIUM_EXPORT
int sodium_library_minimal(void);
#ifdef __cplusplus
}
#endif
#endif
使用cmake配置configure_file命令转换in文件为宏替换后的文件配置
configure_file(inputfile outputfile)
边栏推荐
- 【Rust翻譯】從頭實現Rust异步執行器
- 创建格式化时间,格式化时区的gson对象。json解析时间格式化 ZonedDateTime
- Configure multiple database connections using the SSM framework
- Eyebeam advanced settings
- Shell script one click deployment (MySQL)
- 异常处理(一)——空指针和数组索引越界
- Linked list (I) - remove linked list elements
- eyebeam高级设置
- Mise en œuvre de l'actionneur asynchrone d'exécution à partir de zéro
- Freeswitch uses Mod_ Shot module plays mp3
猜你喜欢

YOLOv5增加小目标检测层

Floating and positioning

图片按日期批量导入WPS表格

Eyebeam advanced settings

Freeswitch uses origin to dialplan

Drop down list processing in Web Automation

Development trend of mobile advertising: Leveraging stock and fine marketing

Linux MySQL implements root user login without password
![[interval DP] stone consolidation](/img/d2/493badf59b63498782ada81be9aa43.jpg)
[interval DP] stone consolidation

Online facing such an online world, the only limitation is our imagination
随机推荐
EasyUI reset multi condition query
AttributeError: 'callable_ iterator' object has no attribute 'next'
小程序页面设置100%高度还是留白怎么办?
助力涨点 | YOLOv5结合Alpha-IoU
FPGA - 7系列 FPGA SelectIO -08- 高级逻辑资源之OSERDESE2
链表(一)——移除链表元素
浮动与定位
MySQL (II) - basic operation
整型提升和大小端字节序
微信小程序分页功能,下拉刷新功能,直接干货拿来就用
JDBC learning (I) -- implementing simple CRUD operations
Servlet value passing JSP
【Paper Reading-3D Detection】Fully Convolutional One-Stage 3D Object Detection on LiDAR Range Images
Introduction to browser tools: think sky browser, team work browser
Freeswitch uses origin to dialplan
整型提昇和大小端字節序
链表(二)——设计链表
搭建你jmeter+jenkins+ant
调接口事件API常用事件方法
【Rust日报】 2020-04-23 Rust 1.43.0 发布