Skip to content

Commit 64e0153

Browse files
committed
[cmake] Add apple backend
1 parent 6f24efb commit 64e0153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ if(UNIX)
187187
endif()
188188

189189
list(APPEND MULTIPASS_BACKENDS qemu)
190+
191+
if(APPLEVZ_ENABLED)
192+
list(APPEND MULTIPASS_BACKENDS apple)
193+
endif()
190194
endif()
191195

192196
# Boost config

0 commit comments

Comments
 (0)