From: Uwe Hermann Date: Sat, 29 Dec 2018 15:50:00 +0000 (+0100) Subject: Add empty src/main.cpp and include/libsigrokflow/libsigrokflow.hpp. X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=572e76fe3740b80c408dde29b0238cc8e869d322;hp=389f11a6c3daa0e9a06788ca92ad129c397dee80;p=libsigrokflow.git Add empty src/main.cpp and include/libsigrokflow/libsigrokflow.hpp. --- diff --git a/include/libsigrokflow/libsigrokflow.hpp b/include/libsigrokflow/libsigrokflow.hpp new file mode 100644 index 0000000..5cc17b5 --- /dev/null +++ b/include/libsigrokflow/libsigrokflow.hpp @@ -0,0 +1,23 @@ +/* + * This file is part of the libsigrokflow project. + * + * Copyright (C) 2018 Uwe Hermann + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef LIBSIGROKFLOW_LIBSIGROKFLOW_HPP +#define LIBSIGROKFLOW_LIBSIGROKFLOW_HPP + +#endif diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..e3decf5 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,22 @@ +/* + * This file is part of the libsigrokflow project. + * + * Copyright (C) 2018 Uwe Hermann + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#include +#include +