index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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()