From d977b3b9a85c141a3d362d4a655fc89f67ff9c2e Mon Sep 17 00:00:00 2001 From: sbYm Date: Wed, 29 May 2019 15:56:25 +0800 Subject: [PATCH] Update comment for IDE --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 522c93c..329575e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -### This file is used for build example projects. +# DO NOT MODIFY THIS FILE, IT WILL BE OVERRIDE!!! # set this will supress some warnings set(BUILDING_SDK "yes" CACHE INTERNAL "") @@ -25,4 +25,4 @@ add_subdirectory(third_party) # compile project add_source_files(src/${PROJ}/*.c src/${PROJ}/*.s src/${PROJ}/*.S src/${PROJ}/*.cpp) -include(./cmake/executable.cmake) \ No newline at end of file +include(./cmake/executable.cmake)