Ordinarily, the minimal gtest working with cmake can be given by
cmake_minimum_required(VERSION 3.20)
project(gtest_with_cmake)
set(CMAKE_CXX_STANDARD 14)
include(GoogleTest)
enable_testing()
add_executable(example example.cpp)| #!/bin/sh | |
| basedir=`dirname $0` | |
| version=${1:-14} | |
| dirname=/usr/local/bin/ | |
| run() { | |
| echo $@ | |
| $@ | |
| } |
Ordinarily, the minimal gtest working with cmake can be given by
cmake_minimum_required(VERSION 3.20)
project(gtest_with_cmake)
set(CMAKE_CXX_STANDARD 14)
include(GoogleTest)
enable_testing()
add_executable(example example.cpp)| From 87e58dcc9e372de8399676d9151b634f69ad821d Mon Sep 17 00:00:00 2001 | |
| From: Joe Hu <vegertar@gmail.com> | |
| Date: Sat, 25 Feb 2023 08:47:44 +0800 | |
| Subject: [PATCH] add DragonFlyBSD | |
| --- | |
| serial/serialposix.py | 11 ++++++++--- | |
| 1 file changed, 8 insertions(+), 3 deletions(-) | |
| diff --git a/serial/serialposix.py b/serial/serialposix.py |
| /** | |
| * @fileoverview microlight - syntax highlightning library | |
| * @version 0.0.7 | |
| * | |
| * @license MIT, see http://github.com/asvd/microlight | |
| * @copyright 2016 asvd <heliosframework@gmail.com> | |
| * | |
| * Code structure aims at minimizing the compressed library size | |
| */ |