本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
cpp
/
cmakemodules
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
suppress pointless warning for Ninja
master
Sascha Kratky
10 年之前
父節點
c999d641a7
當前提交
dc1bc8ff17
共有
1 個檔案被更改
,包括
5 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CMakeLists.txt
+ 5
- 0
CMakeLists.txt
查看文件
@@ -2,6 +2,11 @@
cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0058)
# Ninja requires custom command byproducts to be explicit
cmake_policy(SET CMP0058 NEW)
endif()
project (CotireExample)
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")
Write
Preview
Loading…
取消
儲存