cmake/Tests/ExportImport/External/FooConfig.cmake
2024-04-14 22:45:38 +02:00

4 lines
75 B
CMake

if(NOT TARGET Foo::Foo)
add_library(Foo::Foo INTERFACE IMPORTED)
endif()