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