mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
7bda9a7fc7
Fixes: #21180
4 lines
88 B
CMake
4 lines
88 B
CMake
enable_language(C)
|
|
set(CMAKE_IMPORT_LIBRARY_SUFFIX "")
|
|
add_library(foo SHARED empty.c)
|