summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/PackageRoot/LTConfig.cmake
blob: f451eb61bab56088ef58e2240c79ed1484b3ac92 (plain)
1
2
3
4
5
add_library(LT1 INTERFACE IMPORTED)
add_executable(LT2 IMPORTED)

add_library(LT3 INTERFACE IMPORTED GLOBAL)
add_executable(LT4 IMPORTED GLOBAL)