当前位置:网站首页>Compile configuration in file
Compile configuration in file
2022-06-28 06:43:00 【Strange left hand】
The following problems are encountered during source code compilation in file 
#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
Use cmake To configure configure_file Command conversion in File configuration after macro replacement
configure_file(inputfile outputfile)
边栏推荐
猜你喜欢

Online facing such an online world, the only limitation is our imagination

eyebeam高级设置

推荐10个好用到爆的Jupyter Notebook插件,让你效率飞起

FPGA - 7系列 FPGA SelectIO -07- 高级逻辑资源之ISERDESE2

编译配置in文件

助力涨点 | YOLOv5结合Alpha-IoU

AutoCAD C# 多段线小锐角检测

Linked list (I) - remove linked list elements

Students who do not understand the code can also send their own token. The current universal dividend model can be divided into BSC and any generation B

「杰伦熊」暴跌96.6% 明星带货NFT为何遇冷?
随机推荐
FPGA - 7系列 FPGA SelectIO -08- 高级逻辑资源之OSERDESE2
JS of learning notes -- split(), replace(), join()
ROS rviz_satellite功能包可视化GNSS轨迹,卫星地图的使用
[online tutorial] official iptables tutorial -- learning notes 1
[produced by Xinghai] operation and maintenance inspection collection
饿久了,大脑会进入“省电模式”!感官被削弱,还看不清东西丨爱丁堡大学...
代码没写错,渲染页面不显示原因
The custom cube UI pop-up dialog supports multiple and multiple types of input boxes
普歌 -- getOrDefault()方法理解
ThreadLocal
编译配置in文件
[rust daily] published on rust 1.43.0 on April 23, 2020
Techo Day 腾讯技术开放日,6月28日线上等你!
AutoCAD C# 多段线小锐角检测
Introduction to openscap
《微信小程序-基础篇》带你了解小程序中的生命周期(一)
选拔赛题目代码
freeswitch设置最大呼叫时长
YOLOv5增加小目标检测层
整型提升和大小端字节序