6 lines
173 B
CMake
6 lines
173 B
CMake
add_library(PackName INTERFACE IMPORTED GLOBAL)
|
|
add_executable(PackNameExe IMPORTED GLOBAL)
|
|
|
|
add_library(PackName1 INTERFACE IMPORTED)
|
|
add_executable(PackNameExe1 IMPORTED)
|