当前位置:网站首页>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)
边栏推荐
- It will cost 700 yuan to realize this issue. Does anyone do it?
- Yolact++ pytoch environment
- VM332 WAService.js:2 Error: _vm.changeTabs is not a function报错
- 【Rust翻譯】從頭實現Rust异步執行器
- 【Rust翻译】从头实现Rust异步执行器
- Freeswitch uses Mod_ Shot module plays mp3
- [produced by Xinghai] operation and maintenance inspection collection
- Linked list (II) - Design linked list
- Linux MySQL implements root user login without password
- CAD secondary development +nettopologysuite+pgis reference multi version DLL
猜你喜欢

三极管驱动无刷电机

Introduction to Qualcomm platform WiFi -- Wi Fi display software

强化学习——格子世界

Linux Mysql 实现root用户不用密码登录

浮动与定位

饿久了,大脑会进入“省电模式”!感官被削弱,还看不清东西丨爱丁堡大学...

Pytorch RNN learning notes

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

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

Unity packaging webgl uses IIS to solve the error
随机推荐
Rust FFI programming - libc crate
4~20mA输入/0~5V输出的I/V转换电路
5-minute NLP: summary of time chronology from bag of words to transformer
MySQL(一)——安装
fpm工具安装
2 startup, interrupt and system call
Eyebeam advanced settings
CRC32概述以及实现和使用
编译原理期末复习
The custom cube UI pop-up dialog supports multiple and multiple types of input boxes
JDBC学习(一)——实现简单的CRUD操作
Configure redis from 0
AutoCAD C# 多段线小锐角检测
Boost the rising point | yolov5 combined with alpha IOU
Online facing such an online world, the only limitation is our imagination
Note that JPA uses a custom VO to receive jpql query results
浮动与定位
VM332 WAService.js:2 Error: _vm.changeTabs is not a function报错
Rn7302 three-phase electric quantity detection (based on STM32 single chip microcomputer)
Paper recommendation: efficientnetv2 - get smaller models and faster training speed through NAS, scaling and fused mbconv