6 lines
145 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
add_library(LT1 INTERFACE IMPORTED)
add_executable(LT2 IMPORTED)
add_library(LT3 INTERFACE IMPORTED GLOBAL)
add_executable(LT4 IMPORTED GLOBAL)