タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

cmakeに関するxiangzeのブックマーク (3)

  • Download CMake

    You can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through Git. This software may not be exported in violation of any U.S. export laws or regulations. For more information regarding Export Control matters, please visit our Legal page. Release Candidate (3.29.0-rc2) The release was packaged

  • この文章について - cmakeの使い方

    この文章はGitLab上で開発されており継続的に更新されていきます。 Contribution このは下記のようにGNU フリー文書利用許諾契約書の元で配布されています。 タイポの指摘や内容に関する不明瞭な点の指摘などがあればGitLab/issueに報告してください。 License Copyright (C) 2020 Toshiki Teramura この文書を、フリーソフトウェア財団発行の GNU フリー文書利用許諾契約書(バージョン1.2かそれ以降から一つを選択)が定める条件の下で複製、頒布、あるいは改変することを許可する。変更不可部分、表カバーテキスト、裏カバーテキストは存在しない。

  • cmakeを試しにいじってみる | 路頭に迷う日々

    cmakeはconfigureスクリプトの置き換えを狙ってるものなんですね。 ってことで、cmakeを展開したディレクリの中にExample/Helloというサンプルあるので実験。 CMakeLists.txtはこんな感じの1行しか無いシンプルなもの。 [solaris-devx:Hello% ] cat CMakeLists.txt # Create a library called "Hello" which includes the source file "hello.cxx". # The extension is already found. Any number of sources could be listed here. add_library (Hello hello.cxx) cmakeしてみる。最初ファイルはこの3つだけ。 [solaris-devx:Hello%

    cmakeを試しにいじってみる | 路頭に迷う日々
  • 1