先來個簡單的Hello World 吧!! 準備了兩個檔案:一個hello.c 與CMakeLists.txt,這兩個檔放在同一個目錄。 hello.c #include <stdio.h> int main() ...
確定! 回上一頁