#!/usr/bin/env sh # When setting variables, use the 'bracket argument' format to allow having \" # inside the string. Which is not supported by quoted arguments # https://cmake.org/cmake/help/latest/manual/cmake-language.7.html#bracket-argument # # bracket_argument ::= bracket_open bracket_content bracket_close # bracket_open ::= '[' '='* '[' # bracket_content ::=