blob: c2c4d631698fe647bd30da280009093c2f215983 [file] [log] [blame] [edit]
add_library(module INTERFACE)
target_sources(module
INTERFACE
FILE_SET fs TYPE CXX_MODULES FILES
sources/module.cxx)
target_compile_features(module
INTERFACE
cxx_std_20)