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

CMake 使用笔记

时间:2018-05-19 14:46:03      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:gcc   tac   flow   get   tar   mode   文档   etc   comm   

记录 CMake 相关知识。

Prelude:读文档一定要有耐心!

问题一 CLion: CMakeLists.txtset(CMAKE_CXX_FLAGS -Wall) 不起作用

Solution: 改用 target_compile_options(main PUBLIC -Wall)

Reference:
target_compile_options
GCC: Options to Request or Suppress Warnings
What is the modern method for setting general compile flags in CMake?

CMake 使用笔记

标签:gcc   tac   flow   get   tar   mode   文档   etc   comm   

原文地址:https://www.cnblogs.com/Patt/p/9060156.html

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