Enhance examples (#17)

* enhance examples

* doc enhancement

* mv pool to stack

* missing ; and doc update

fix readme example image link
This commit is contained in:
m-aXimilian
2025-10-11 17:23:58 +02:00
committed by Maximilian Kueffner
parent 244b00fa5c
commit 356f966d01
14 changed files with 172 additions and 36 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
set(SRC
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp)
${CMAKE_CURRENT_SOURCE_DIR}/simple.cpp)
set(SIMPLE_NAME "${PROJECT_NAME}_SIMPLE")