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

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)