6 lines
145 B
CMake
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)
|