Files
CMake/Tests/RunCMake/LinkItemValidation/CMP0028-WARN.cmake
T
Brad King 37a25072ea Tests: Rename RunCMake.{CMP0028 => LinkItemValidation}
Generalize the test name to prepare for cases beyond CMP0028.
2021-12-20 09:56:51 -05:00

4 lines
81 B
CMake

add_library(foo empty.cpp)
target_link_libraries(foo PRIVATE External::Library)