mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
37a25072ea
Generalize the test name to prepare for cases beyond CMP0028.
4 lines
81 B
CMake
4 lines
81 B
CMake
|
|
add_library(foo empty.cpp)
|
|
target_link_libraries(foo PRIVATE External::Library)
|