タグ

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

  • 関連タグはありません

タグの絞り込みを解除

cmakeに関するtdakakのブックマーク (1)

  • CMake言語の基本構造 - Qiita

    まず、CMakeの言語仕様を知るために、公式ドキュメントの cmake-language という言語仕様について書いてあるページを見てみました。 すると、CMake言語は以下のような構造になっていることがわかりました。 file ::= file_element* file_element ::= command_invocation line_ending | (bracket_comment|space)* line_ending line_ending ::= line_comment? newline space ::= <match '[ \t]+'> newline ::= <match '\n'> command_invocation ::= space* identifier space* '(' arguments ')' identifier ::= <match '[

    CMake言語の基本構造 - Qiita
    tdakak
    tdakak 2016/03/22
  • 1