3 lines
138 B
CMake
3 lines
138 B
CMake
add_library(SharedStubImportedGlobal SHARED IMPORTED GLOBAL)
|
|
set_target_properties(SharedStubImportedGlobal PROPERTIES IMPORTED_IMPLIB z)
|