4 lines
80 B
CMake
4 lines
80 B
CMake
|
enable_language(C)
|
||
|
|
||
|
add_library(lib1 STATIC empty.c FILE_SET h1.h TYPE HEADERS)
|