Move CmdPool code to a source file

This commit is contained in:
2026-01-22 19:25:01 +01:00
parent 0db4953125
commit 931e02aefb
3 changed files with 96 additions and 70 deletions

View File

@@ -5,6 +5,7 @@ project(pd-lithium LANGUAGES CXX VERSION 0.6.0)
option(PD_LI_INCLUDE_FONTS "Include Fonts" OFF)
set(SRC
source/command.cpp
source/drawlist.cpp
source/font.cpp
source/fonts.cpp