12 lines
182 B
Text
12 lines
182 B
Text
|
add_library(KVGToolsCommon INTERFACE)
|
||
|
|
||
|
target_compile_features(KVGToolsCommon
|
||
|
INTERFACE
|
||
|
cxx_std_23
|
||
|
)
|
||
|
|
||
|
target_include_directories(KVGToolsCommon
|
||
|
INTERFACE
|
||
|
"Include"
|
||
|
)
|