1 2 3 4 5
cmake_policy(SET CMP0028 OLD) add_library(foo empty.cpp) target_link_libraries(foo PRIVATE External::Library)