看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) VC++ http://www.vtk.org/Wiki/File:Cmake-add-cache-entry-arrow.png
use the "Add Entry" button to create the CMAKE_PREFIX_PATH variable 以上面例子 add CMAKE_PREFIX_PATH variable 有辦法使用command 操作嗎? 或是直接改在檔案... 我需要 Add Entry 10個感覺gui操不方便 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 175.182.204.164 ※ 文章網址: https://www.ptt.cc/bbs/C_and_CPP/M.1455541860.A.47A.html ※ 編輯: yshihyu (175.182.204.164), 02/15/2016 21:12:00
Bencrie: 直接編輯 CMakeList.txt 吧 02/15 22:01
bdvstg: -DCMAKE_PREFIX_PATH=variable 02/15 22:45
bdvstg: 如果有多個平台的話 我們這邊作法會用另外script 02/15 22:46
bdvstg: 去pass不同設定給cmake進而產生不同平台用的專案 02/15 22:48
bdvstg: 阿... 剛剛沒看圖... 通常應該不會需要自己設定這麼多 02/15 22:55
bdvstg: 真的要的話就跟1F說的去改CMakeLists.txt 02/15 22:56
bdvstg: 我自己是有用cross compile 所以我把那些設定寫進設定檔 02/15 22:58
bdvstg: 可以參考這篇 https://goo.gl/oYIXva 02/15 22:59