Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3377141c8f18ecfed46f52a8be8228d982e32464
/
.
/
Tests
/
RunCMake
/
CXXModules
/
NoCXX.cmake
blob: 3c46f9dc08e7c68d30ad55b0ea4077a4ce09a29d [
file
]
enable_language
(
C
)
add_library
(
nocxx
)
target_sources
(
nocxx
PRIVATE
sources
/
c
-
anchor
.
c
PUBLIC
FILE_SET fs TYPE CXX_MODULES FILES
sources
/
module
.
cxx
)