4 lines
75 B
CMake
4 lines
75 B
CMake
if(NOT TARGET Foo::Foo)
|
|
add_library(Foo::Foo INTERFACE IMPORTED)
|
|
endif()
|