当前位置:网站首页>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)
边栏推荐
- 文件头信息对照表
- Puge -- three basic sorting, bubbling, selection and quickness
- API learning of OpenGL (2006) glclientactivetexture
- 饿久了,大脑会进入“省电模式”!感官被削弱,还看不清东西丨爱丁堡大学...
- freeswitch使用mod_shout模块播放mp3
- VM332 WAService.js:2 Error: _vm.changeTabs is not a function报错
- Triode driven brushless motor
- 【Paper Reading-3D Detection】Fully Convolutional One-Stage 3D Object Detection on LiDAR Range Images
- [digital statistics DP] counting problem
- Call interface event API common event methods
猜你喜欢

异常处理(一)——空指针和数组索引越界

Linked list (II) - Design linked list

Freeswitch uses Mod_ Shot module plays mp3

eyebeam高级设置

Freeswitch使用originate转dialplan

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

Niubi 666, this project makes web page making as simple as building blocks

Yygh-7-user management

Recommend 10 popular jupyter notebook plug-ins to make you fly efficiently

整型提升和大小端字节序
随机推荐
Recommend 10 popular jupyter notebook plug-ins to make you fly efficiently
extern “C“概述
VM332 WAService. js:2 Error: _ vm. Changetabs is not a function
【Paper Reading-3D Detection】Fully Convolutional One-Stage 3D Object Detection on LiDAR Range Images
It will cost 700 yuan to realize this issue. Does anyone do it?
fpm工具安装
Linked list (II) - Design linked list
Alert pop-up processing in Web Automation
4~20ma input /0~5v output i/v conversion circuit
【Rust翻譯】從頭實現Rust异步執行器
AutoCAD C polyline self intersection detection
Build your jmeter+jenkins+ant
Yygh-7-user management
[rust translation] implement rust asynchronous actuator from scratch
AutoCAD C # Polyline Small Sharp angle Detection
MySQL (II) - basic operation
UPC -- expression evaluation
@RequestParam
普歌 -- 单例模式
JDBC learning (I) -- implementing simple CRUD operations