summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/External/FooConfig.cmake
blob: 48b62890ab2dd6da132550c1f72082f8f317e5e1 (plain)
1
2
3
if(NOT TARGET Foo::Foo)
  add_library(Foo::Foo INTERFACE IMPORTED)
endif()