Raw File
InstallNotSupported.cmake
add_library(A OBJECT a.c)
install(TARGETS A DESTINATION lib)
back to top