build: remove unused CMakeLists.txt
lib/libc/minimal/source/CMakeLists.txt and
lib/libc/minimal/source/stdout/CMakeLists.txt was introduced in
12f8f7616
but it is not used by the build system. CMakeLists.txt in
the parent dir lib/libc/minimal/CMakeLists.txt adds C files to the
target with the lines like:
${CMAKE_CURRENT_SOURCE_DIR}/source/stdlib/atoi.c
${CMAKE_CURRENT_SOURCE_DIR}/source/stdlib/strtol.c
To make other empty CMakeLists.txt explicit, this commit adds a
comment line to them.
Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
This commit is contained in:
parent
2fe51996db
commit
2e0af08e55
5 changed files with 3 additions and 3 deletions
|
@ -0,0 +1 @@
|
|||
# intentionally left empty
|
|
@ -0,0 +1 @@
|
|||
# intentionally left empty
|
|
@ -0,0 +1 @@
|
|||
# intentionally left empty
|
|
@ -1,3 +0,0 @@
|
|||
add_subdirectory(stdout)
|
||||
add_subdirectory(string)
|
||||
add_subdirectory(stdlib)
|
Loading…
Add table
Add a link
Reference in a new issue