cmake: add CPack support

This commit is contained in:
David Hrdlička
2021-01-31 17:13:14 +01:00
parent 4fc03e7e13
commit a42b4263f9
2 changed files with 7 additions and 0 deletions

View File

@@ -94,6 +94,11 @@ else()
add_subdirectory(codegen)
endif()
install(TARGETS 86Box)
if(VCPKG_TOOLCHAIN)
x_vcpkg_install_local_dependencies(TARGETS 86Box DESTINATION "bin")
endif()
add_subdirectory(device)
add_subdirectory(disk)
add_subdirectory(floppy)