File tree Expand file tree Collapse file tree 6 files changed +0
-12
lines changed Expand file tree Collapse file tree 6 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 3434# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3535# SOFTWARE.
3636
37- cmake_minimum_required (VERSION 2.8)
38-
3937if (DEFINED JSonParserGuard)
4038 return ()
4139endif ()
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- cmake_minimum_required (VERSION 2.8)
16-
1715if ("${TARGET_OS} " MATCHES "NUTTX|TIZENRT" )
1816 set (HTTPPARSER_NUTTX_ARG -DNUTTX_HOME=${TARGET_SYSTEMROOT} )
1917endif ()
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- cmake_minimum_required (VERSION 2.8)
16-
1715if (NOT DEFINED PYTHON)
1816 set (PYTHON "python" )
1917endif ()
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- cmake_minimum_required (VERSION 2.8)
16-
1715# Host jerry for snapshot generation
1816set (DEPS_HOST_JERRY deps/jerry-host)
1917ExternalProject_Add(hostjerry
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- cmake_minimum_required (VERSION 2.8)
16-
1715# Configure external libtuv
1816set (DEPS_TUV deps/libtuv)
1917set (DEPS_TUV_SRC ${ROOT_DIR} /${DEPS_TUV} )
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- cmake_minimum_required (VERSION 2.8)
16-
1715set (MODULE_NAME "tls" )
1816
1917if ("${TARGET_OS} " STREQUAL "TIZENRT" )
You can’t perform that action at this time.
0 commit comments