[Common] Split RGB into a new Common library

This commit is contained in:
TennesseeTrash 2025-06-14 19:52:18 +02:00
parent 3b5eb6f1a4
commit 133c3d1a01
6 changed files with 22 additions and 6 deletions

View file

@ -8,6 +8,9 @@ target_compile_features(Kanimaji
)
target_link_libraries(Kanimaji
PUBLIC
KVGToolsCommon
PRIVATE
pugixml
)