当前位置:网站首页>编译配置in文件
编译配置in文件
2022-06-26 14:51:00 【sofu456】
源码编译过程中遇到类似如下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)
边栏推荐
- cluster addslots建立集群
- 挖财注册开户安全吗,有没有什么风险?
- R语言epiDisplay包的tableStack函数制作统计汇总表格(分组的描述性统计、假设检验等)、不设置by参数计算基础描述性统计信息、指定对于大多数样本负相关的变量进行反序
- View touch analysis
- Informatics Olympiad all in one 1400: count the number of words (string matching)
- The intersect function in the dplyr package of R language obtains the data lines that exist in both dataframes and the data lines that cross the two dataframes
- Login authentication service
- 一个快速切换一个底层实现的思路分享
- feil_uVission4左侧工目录消失
- Declaration and assignment of go variables
猜你喜欢

MySQL master-slave replication and read-write separation

Authoritative announcement on the recruitment of teachers in Yan'an University in 2022

Attention meets Geometry:几何引导的时空注意一致性自监督单目深度估计

Unity uses skybox panoramic shader to make panorama preview. There is a gap. Solution

Deploy the flask environment using the pagoda panel

人的顶级能量从哪里获取?

乐鑫 AWS IoT ExpressLink 模组达到通用可用性

聊聊 RPA 方向的规划:简单有价值的事情长期坚持做

Mathematical modeling of war preparation 30 regression analysis 2

Login authentication service
随机推荐
Pod of kubernetes
获取两个dataframe的交并差集
Execution of commands in the cluster
R语言dplyr包summarise_at函数计算dataframe数据中多个数据列(通过向量指定)的均值和中位数、指定na.rm参数配置删除缺失值
Informatics Olympiad 1405: sum and product of prime numbers (thinking problem)
同花顺注册开户安全吗,有没有什么风险?
【 Native cloud】 Éditeur ivx Programmable par tout le monde
TCP拥塞控制详解 | 1. 概述
Program analysis and Optimization - 8 register allocation
Redis cluster messages
teamviewer显示设备数量上限解决方法
Error when redis is started: could not create server TCP listening socket *: 6379: bind: address already in use - solution
Is it safe to open a stock account through the account opening link given by the broker manager? I want to open an account
R语言glm函数逻辑回归模型、使用epiDisplay包logistic.display函数获取模型汇总统计信息(自变量初始和调整后的优势比及置信区间,回归系数的Wald检验的p值)、结果保存到csv
VMware partial settings
在云服务器中云磁盘如何挂载
赠书 | 《认知控制》:我们的大脑如何完成任务?
TCP congestion control details | 1 summary
关于 selenium.common.exceptions.WebDriverException: Message: An unknown server-side error 解决方案(已解决)
Excel-vba quick start (II. Condition judgment and circulation)