2022-08-04 22:12:04 +02:00

6 lines
145 B
CMake

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