码迷,mamicode.com
首页 > 其他好文 > 详细

CLin 和 IDEA创建文件时自动添加作者和时间信息 + 多个.cpp文件在CLion下运行问题

时间:2019-06-03 21:36:33      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:template   cmak   修改   hello   exec   Edito   tor   lock   ide   

  1. CLin 和 IDEA创建文件时自动添加作者和时间信息

file -> setting -> Editor -> File and Code Templates -> 点击Includes下的“C File Header”或“File Header”
修改成:

/***************************************************************************

功能:
Created by helloHKTK on ${DATE}
***************************************************************************/

  1. 多个.cpp文件在CLion下运行问题
    修改当前工程下的CMakeLists.txt 中的 add_executable(Test001 Test001.cpp)将Test001.cpp替换成想要运行的.cpp文件即可运行!

CLin 和 IDEA创建文件时自动添加作者和时间信息 + 多个.cpp文件在CLion下运行问题

标签:template   cmak   修改   hello   exec   Edito   tor   lock   ide   

原文地址:https://www.cnblogs.com/helloHKTK/p/10969973.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!