mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
4 lines
88 B
CMake
4 lines
88 B
CMake
enable_language(C)
|
|
set(CMAKE_IMPORT_LIBRARY_SUFFIX "")
|
|
add_library(foo SHARED empty.c)
|