From 20360912dd6eefba6670ebb0efd3b5d1c22b6636 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 28 Jan 2025 13:05:04 -0500 Subject: [PATCH] fix broken name --- .idea/editor.xml | 483 +++++++++++++++++++++ CMakeLists.txt | 2 +- src/{skyscrapers.h.cpp => skyscrapers.cpp} | 0 3 files changed, 484 insertions(+), 1 deletion(-) create mode 100644 .idea/editor.xml rename src/{skyscrapers.h.cpp => skyscrapers.cpp} (100%) diff --git a/.idea/editor.xml b/.idea/editor.xml new file mode 100644 index 0000000..55d1bc1 --- /dev/null +++ b/.idea/editor.xml @@ -0,0 +1,483 @@ + + + + + \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 1828e9a..f16d71d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ macro(blt_add_project name source type) project(skyscrapers-ga) endmacro() -project(skyscrapers-ga VERSION 0.0.3) +project(skyscrapers-ga VERSION 0.0.4) option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) diff --git a/src/skyscrapers.h.cpp b/src/skyscrapers.cpp similarity index 100% rename from src/skyscrapers.h.cpp rename to src/skyscrapers.cpp