summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/FileSetModulesInterfaceImported.cmake
blob: 6640ae943e9d8be4f023a39c763f9d8daeecfb7e (plain)
1
2
3
4
5
6
7
8
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)