From 1db68f5f09e8c1b798eb9ae99bccf7b2397cf039 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Mon, 25 Nov 2024 00:35:05 +0800 Subject: [PATCH] clean: less files --- CMakeLists.txt | 6 ------ examples/CMakeLists.txt | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index a3d8d6d..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -cmake_minimum_required(VERSION 3.21) -project(RocBuildExamples) - -include(rocbuild.cmake) - -add_subdirectory(examples) \ No newline at end of file diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 4caed46..cc22a8d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,2 +1,7 @@ +cmake_minimum_required(VERSION 3.13) +project(RocBuildExamples) + +include(../rocbuild.cmake) + add_subdirectory(hello) add_subdirectory(use_opencv) \ No newline at end of file