mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
6 lines
168 B
CMake
6 lines
168 B
CMake
enable_language(C)
|
|
|
|
add_library(lib1 INTERFACE)
|
|
target_sources(lib1 PUBLIC FILE_SET CXX_MODULES FILES lib1.c)
|
|
target_sources(lib1 PUBLIC FILE_SET SOURCES FILES lib2.c)
|