alecAbstraction Layer for Escape Codes | 
          
| git clone git://git.dimitrijedobrota.com/alec.git | 
| Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING | 
| commit | dc75d824a5365bef24ac62baa67a30d4008c693b | 
| parent | 5b4a6203f70118959a8ca5f0851be395139ce3ba | 
| author | Dimitrije Dobrota < mail@dimitrijedobrota.com > | 
| date | Wed, 28 Feb 2024 19:57:45 +0000 | 
Version 1.0
| M | CMakeLists.txt | | | + -- | 
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/ CMakeLists.txt b/ CMakeLists.txt
          @@ -3,7 +3,7 @@ 
          set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
        
        
          project(
              Alec
          	VERSION 0.0.12
          	VERSION 1.0.0
              DESCRIPTION "Abstraction Layer for Escape Codes"
          	HOMEPAGE_URL https://git.dimitrijedobrota.com/alec.git
              LANGUAGES C CXX
        
        
          @@ -20,4 +20,3 @@ 
          set(CMAKE_CXX_EXTENSIONS OFF)
        
        
          add_subdirectory(src)
          add_subdirectory(demo)