cmake_policy(SET CMP0028 NEW)
add_library(foo empty.cpp)
target_link_libraries(foo PRIVATE External::Library)