From a203314647b5c37c7e40230551457f006ff36cd5 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 1 Mar 2023 14:54:36 +0100 Subject: Reverted example moves. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b86c1879..87662318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ endif() include(CTest) if(BUILD_TESTING) - file(GLOB_RECURSE examples misc/examples/*.c) + file(GLOB examples misc/examples/*.c) foreach(file IN LISTS examples) get_filename_component(name "${file}" NAME_WE) add_executable(${name} ${file}) -- cgit v1.2.3