From a4eb27a6cdcd79d3c3033f29b92a11296672f9be Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Tue, 9 Apr 2024 14:31:46 -0600 Subject: [PATCH] update cmakelists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 154bb6df29..2427d96d6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,7 +285,7 @@ endif() # Last because each of these has its own CMakeLists.txt which reloads/re-finds LLVM, thus resettings globals. -add_subdirectory(reference_designs) +add_subdirectory(programming_examples) add_subdirectory(test) add_subdirectory(tutorials) add_subdirectory(cmake/modules)