mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 06:40:26 -06:00
Issue: #20511 Co-Authored-by: Brad King <brad.king@kitware.com> Co-Authored-by: Robert Maynard <rmaynard@nvidia.com>
4 lines
75 B
CMake
4 lines
75 B
CMake
if(NOT TARGET Foo::Foo)
|
|
add_library(Foo::Foo INTERFACE IMPORTED)
|
|
endif()
|