From b29315dce07f95c7e124d37fb807b6108f190af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 19 Mar 2018 00:30:18 +0100 Subject: [PATCH] removed some confusing entries from the dummy cmakelists.txt file --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ebbecc..ba7a4af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,16 +1,16 @@ cmake_minimum_required(VERSION 3.7) project(tf) +# This is a dummy CMakeLists file for CLion, which still doesn't understand Makefiles. +# Do not try to build the library using this file, it's here only for static analysis. + set(CMAKE_CXX_STANDARD GNU89) set(SOURCE_FILES demo/simple/test.c - demo/simple/TF_Config.h demo/socket_demo/master.c demo/socket_demo/slave.c demo/socket_demo/TF_Config.h - demo/multipart_tx/test.c - demo/multipart_tx/TF_Config.h demo/demo.c demo/demo.h TinyFrame.c