removed some confusing entries from the dummy cmakelists.txt file
This commit is contained in:
+3
-3
@@ -1,16 +1,16 @@
|
|||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(tf)
|
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(CMAKE_CXX_STANDARD GNU89)
|
||||||
|
|
||||||
set(SOURCE_FILES
|
set(SOURCE_FILES
|
||||||
demo/simple/test.c
|
demo/simple/test.c
|
||||||
demo/simple/TF_Config.h
|
|
||||||
demo/socket_demo/master.c
|
demo/socket_demo/master.c
|
||||||
demo/socket_demo/slave.c
|
demo/socket_demo/slave.c
|
||||||
demo/socket_demo/TF_Config.h
|
demo/socket_demo/TF_Config.h
|
||||||
demo/multipart_tx/test.c
|
|
||||||
demo/multipart_tx/TF_Config.h
|
|
||||||
demo/demo.c
|
demo/demo.c
|
||||||
demo/demo.h
|
demo/demo.h
|
||||||
TinyFrame.c
|
TinyFrame.c
|
||||||
|
|||||||
Reference in New Issue
Block a user