https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1abac8f6db4ee13334b16d718d14b22028d28436
commit 1abac8f6db4ee13334b16d718d14b22028d28436 Author: Serge Gautherie <reactos-git_serge_171...@gautherie.fr> AuthorDate: Sun Jun 14 13:49:22 2020 +0200 Commit: Stanislav Motylkov <x86co...@gmail.com> CommitDate: Sat Aug 31 18:23:01 2024 +0300 [VFD] Remove 2 useless CMakeLists.txt Addendum to 25c7e1a (0.4.7-dev-1106). --- modules/rosapps/CMakeLists.txt | 1 - modules/rosapps/include/CMakeLists.txt | 1 - modules/rosapps/include/vfd/CMakeLists.txt | 0 3 files changed, 2 deletions(-) diff --git a/modules/rosapps/CMakeLists.txt b/modules/rosapps/CMakeLists.txt index 649429e3dad..0849142464e 100644 --- a/modules/rosapps/CMakeLists.txt +++ b/modules/rosapps/CMakeLists.txt @@ -1,7 +1,6 @@ add_subdirectory(applications) add_subdirectory(demos) add_subdirectory(drivers) -add_subdirectory(include) add_subdirectory(lib) if(ENABLE_ROSAPPS_TEMPLATES) diff --git a/modules/rosapps/include/CMakeLists.txt b/modules/rosapps/include/CMakeLists.txt deleted file mode 100644 index 2c82e7c2ed5..00000000000 --- a/modules/rosapps/include/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory(vfd) diff --git a/modules/rosapps/include/vfd/CMakeLists.txt b/modules/rosapps/include/vfd/CMakeLists.txt deleted file mode 100644 index e69de29bb2d..00000000000