当前位置:网站首页>CMake 设置vs启动运行环境路径
CMake 设置vs启动运行环境路径
2022-07-29 05:08:00 【longlongway2012】
有时,现在cmake脚本中动态生成运行的环境目录,可以使用一下方法:
Cmake has a VS_DEBUGGER_ENVIRONMENT property which can be used to set the custom PATH
set(MY_PATH "PATH=%PATH%" ${MY_CUSTOM_PATH})
set_target_properties(MyTarget PROPERTIES VS_DEBUGGER_ENVIRONMENT "${MY_PATH}")
边栏推荐
- Deadlock analysis using jstack, jconsole, and jvisualvm
- [from_bilibili_DR_CAN][【Advanced控制理论】9_状态观测器设计][学习记录]
- ODOO开发教程之透视表
- 2022年SPSSPRO认证杯数学建模B题第二阶段方案及赛后总结
- 2021-10-11
- 6.2 function-parameters
- How does word view document modification traces? How word views document modification traces
- 手写学生管理系统
- QML定制TabBar
- "Invisible Bridge" built in the free trade economy: domestic products and Chinese AI power
猜你喜欢

ARFoundation从零开始8-Geospatial API(地理空间)开发

Unity Metaverse(三)、Protobuf & Socket 实现多人在线

What if excel is stuck and not saved? The solution of Excel not saved but stuck

ARFoundation入门教程7-url动态加载图像跟踪库

7.3-function-templates

TCP三次握手四次挥手

Apache POI实现Excel导入读取数据和写入数据并导出

6.3 references

MySQL many to many relationship, grouping and splicing to query multiple data to one data

Getting started with solidity
随机推荐
How to solve the problem of configuring the progress every time Office2010 is opened?
Unity Metaverse(三)、Protobuf & Socket 实现多人在线
网安学习-内网安全1
Understand activity workflow
开源汇智创未来 | 2022开放原子全球开源峰会 openEuler 分论坛圆满召开
Mysql语句中的函数
7.2-function-overloading
关于servlet中实现网站的页面跳转
AUTOSAR from introduction to proficiency 100 lectures (78) -autosar-dem module
The song of the virtual idol was originally generated in this way!
Scikit learn -- steps and understanding of machine learning application development
ARFoundation从零开始8-Geospatial API(地理空间)开发
什么是_GLIBCXX_VISIBILITY(default)
【2022新生学习】第三周要点
How to install Office2010 installation package? How to install Office2010 installation package on computer
QML定制TabBar
Young freshmen yearn for more open source | here comes the escape guide from open source to employment!
时间序列分析的表示学习时代来了?
6.2 function-parameters
Qt版的贪食蛇游戏项目