removed some confusing entries from the dummy cmakelists.txt file

master
Ondřej Hruška 6 years ago
parent 9462a66956
commit b29315dce0
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 6
      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

Loading…
Cancel
Save