[Common] Split RGB into a new Common library
This commit is contained in:
parent
3b5eb6f1a4
commit
133c3d1a01
6 changed files with 22 additions and 6 deletions
11
Libraries/Common/CMakeLists.txt
Normal file
11
Libraries/Common/CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
add_library(KVGToolsCommon INTERFACE)
|
||||
|
||||
target_compile_features(KVGToolsCommon
|
||||
INTERFACE
|
||||
cxx_std_23
|
||||
)
|
||||
|
||||
target_include_directories(KVGToolsCommon
|
||||
INTERFACE
|
||||
"Include"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue