From 383904585f135ee5528619600a3ff6066378cee8 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 9 May 2024 20:20:00 -0400 Subject: [PATCH] cloc --- CMakeLists.txt | 2 +- cloc.sh | 1 + lib/BLT-With-Graphics-Template | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 cloc.sh diff --git a/CMakeLists.txt b/CMakeLists.txt index c97967e..6cddd8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(graphs VERSION 0.0.30) +project(graphs VERSION 0.0.31) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) diff --git a/cloc.sh b/cloc.sh new file mode 100755 index 0000000..d139062 --- /dev/null +++ b/cloc.sh @@ -0,0 +1 @@ +cloc include src lib/BLT-With-Graphics-Template/include/ lib/BLT-With-Graphics-Template/src lib/BLT-With-Graphics-Template/libraries/BLT/include lib/BLT-With-Graphics-Template/libraries/BLT/src lib/BLT-With-Graphics-Template/libraries/BLT/tests --exclude_dir=imgui diff --git a/lib/BLT-With-Graphics-Template b/lib/BLT-With-Graphics-Template index eaf1504..e674819 160000 --- a/lib/BLT-With-Graphics-Template +++ b/lib/BLT-With-Graphics-Template @@ -1 +1 @@ -Subproject commit eaf15046b4cab4ef0c5a9ba96c2d4e2d81ae6e73 +Subproject commit e67481934450d248478c82dd36f71e799733fe01