当前位置:网站首页>[cmake introduction I] set the project name (project test)
[cmake introduction I] set the project name (project test)
2022-06-10 09:10:00 【Andy Pines】
One .project Instruction syntax 
in other words : If I define the project name as follows PROJECT(TEST), Then there are four variables associated with this command :
TEST_BINARY_DIR( Implicitly specify : Binary file save path )/TEST_SOURCE_DIR( Implicitly specify : Source path )
PROJECT_BINARY_DIR( The system orders )/PROJECT_SOURCE_DIR( The system orders )
among :TEST_BINARY_DIR == PROJECT_BINARY_DIR
among :TEST_SOURCE_DIR == PROJECT_SOURCE_DIR
however :TEST_BINARY_DIR And TEST_SOURCE_DIR Not necessarily equal , Depends on internal compilation or Outside
边栏推荐
- Google搜索为什么不能无限分页?
- Leetcode Langya list level 20 - binary sum
- win11下配置vscode+cmake
- vscode-markdown all in one-keyboard shortcut
- Yaml basic syntax
- How to Spot-Check Regression Algorithms
- Atom, the top stream editor, will leave the historical stage on December 15
- uni-app_ Configure network request in wechat applet development project (third-party package @escook/request miniprogram)
- Task06:秋招秘籍 A
- Compile-PL/0语言编译器功能扩充
猜你喜欢

LeetCode琅琊榜第十八层-两数之和(查找表法)

Leetcode level 19 - valid parentheses

vtk学习之RenderCylinder-Lights灯光渲染

Alignment HR_ MySQL logical architecture? That's it?

Practice of high performance graph computing system Plato in Nebula graph

How knowledge atlas, graph data platform and graph technology help the rapid development of retail industry

微信小程序组件observers【监听器】中使用this报错undefined

Alignment HR_ MySQL storage engine, so it is

从零到一,一站式解决Linux环境下的MySQL(下载篇)

Contact IC card - STM32 (smart card)
随机推荐
Model training and reasoning of mmsegmentation series (2)
对线HR_MySQL逻辑架构?就这?
Deploy MySQL based on statefulset in kubernetes (Part 1)
Lexin's latest support for zephyr
Task06: Autumn move script B
HP 笔记本电脑 - 笔记本电脑睡眠后如何唤醒
Compile-PL/0语言编译器功能扩充
稀疏性(sparse)知识点
printk学习之(三):你还在用printk吗?
uni-app_ Configure network request in wechat applet development project (third-party package @escook/request miniprogram)
Qt sqlite操作笔记
文件如上图所示,怎么用navicat打开一个数据库文件
微信小程序组件observers【监听器】中使用this报错undefined
Exemple de référence AWS IOT de lexine pour esp32 - C3
vtk学习之PipelineExecute管线的执行过程
One paper second kill all permutation and combination subsets problem
win11安装texlive 2021版本
乐鑫对 Zephyr 的最新支持
Zotero beta 6.0版本安装后,无法使用内置pdf阅读器的问题解决
LeetCode琅琊榜第二十层-二进制求和