Switching to own List class.

Adding HStack View (WIP)
This commit is contained in:
n0ffie 2025-04-12 14:37:50 +02:00
parent bdf5b25b28
commit 384c758295
4 changed files with 329 additions and 222 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project(cigus
project(cigui
VERSION 0.0.1
LANGUAGES CXX)
@ -42,7 +42,7 @@ set(PROJECT_SOURCE_NAME "${PROJECT_NAME}_SOURCES")
find_files(ExampleSources src cpp hpp c h cxx hxx)
add_executable(${PROJECT_NAME} ${ExampleSources} cigus.hpp)
add_executable(${PROJECT_NAME} ${ExampleSources} cigui.hpp)
target_include_directories(${PROJECT_NAME} PUBLIC include ./)