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