LTConfig.cmake 145 B

12345
  1. add_library(LT1 INTERFACE IMPORTED)
  2. add_executable(LT2 IMPORTED)
  3. add_library(LT3 INTERFACE IMPORTED GLOBAL)
  4. add_executable(LT4 IMPORTED GLOBAL)