Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0d8556bf7600a11e7ead052d926ab5884256d09
/
.
/
Tests
/
RunCMake
/
CXXModules
/
FileSetModuleHeaderUnitsInterface.cmake
blob: 03ca17e2382e8d1ebafd177fe53c01e7c280924b [
file
] [
log
] [
blame
]
add_library
(
module
-
header
)
target_sources
(
module
-
header
INTERFACE
FILE_SET fs TYPE CXX_MODULE_HEADER_UNITS FILES
sources
/
module
-
header
.
h
)
target_compile_features
(
module
-
header
PRIVATE
cxx_std_20
)