3 lines
97 B
CMake
3 lines
97 B
CMake
|
add_executable(exe IMPORTED)
|
||
|
install(IMPORTED_RUNTIME_ARTIFACTS exe RUNTIME_DEPENDENCY_SET deps)
|