4 lines
88 B
CMake
4 lines
88 B
CMake
enable_language(C)
|
|
set(CMAKE_IMPORT_LIBRARY_SUFFIX "")
|
|
add_library(foo SHARED empty.c)
|