[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

@ -0,0 +1,11 @@
add_library(KVGToolsCommon INTERFACE)
target_compile_features(KVGToolsCommon
INTERFACE
cxx_std_23
)
target_include_directories(KVGToolsCommon
INTERFACE
"Include"
)