当前位置:网站首页>编译配置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)
边栏推荐
- Teach you how to use UCOS
- FPGA - 7系列 FPGA SelectIO -08- 高级逻辑资源之OSERDESE2
- Slow content advertising: the long-term principle of brand growth
- fpm工具安装
- ImportError: cannot import name 'ensure_ dir_ Possible solutions for exists'
- Linux Mysql 实现root用户不用密码登录
- AutoCAD C polyline self intersection detection
- Error reporting - resolve core JS / modules / es error. cause. JS error
- Idea automatically adds comments when creating classes
- eyebeam高级设置
猜你喜欢
![[digital statistics DP] counting problem](/img/8d/ac05c1a88543b76fca86cd744e9cb1.jpg)
[digital statistics DP] counting problem

How to open UMD, KMD log and dump diagrams in CAMX architecture

借助nz-pagination中的let-total解析ng-template

微信小程序编译页面空白bug的原因

Some habits of it veterans in the workplace

FPGA - 7系列 FPGA SelectIO -08- 高级逻辑资源之OSERDESE2

最后的二十九天

Eyebeam advanced settings

Tryout title code

pytorch RNN 学习笔记
随机推荐
Lombok @equalsandhashcode annotation how to make objects The equals () method compares only some attributes
Caused by: com. fasterxml. jackson. databind. Exc.invalidformatexception: exception resolution
Puge -- singleton mode
Install and manage multiple versions of PHP under mac
Singleton singleton mode
【Rust翻译】从头实现Rust异步执行器
Eyebeam advanced settings
Build your jmeter+jenkins+ant
Yolov5 adds a small target detection layer
链表(三)——反转链表
Yolact++ Pytorch环境
Uni app wechat applet sharing function
SQL and list de duplication
D3D11_ Chili_ Tutorial (3): design a bindable/drawable system
[staff] arpeggio mark
5-minute NLP: summary of time chronology from bag of words to transformer
Alibaba cloud SMS service (Complete Guide), SMS sending function implementation.
VM332 WAService. js:2 Error: _ vm. Changetabs is not a function
实现这个 issue 得700块钱人民币,有人做嘛?
FPGA - 7系列 FPGA SelectIO -08- 高级逻辑资源之OSERDESE2