forked from projectceladon/vm_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
29 lines (23 loc) · 778 Bytes
/
CMakeLists.txt
File metadata and controls
29 lines (23 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Copyright (c) 2022 Intel Corporation.
# All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
#
cmake_minimum_required(VERSION 3.10)
#SET(MAJOR_VERSION 1)
#SET(MINOR_VERSION 0)
#SET(PATCH_VERSION 0)
#SET(CPACK_GENERATOR "DEB")
#SET(CPACK_PACKAGE_VERSION_MAJOR ${MAJOR_VERSION})
#SET(CPACK_PACKAGE_VERSION_MINOR ${MINOR_VERSION})
#SET(CPACK_PACKAGE_VERSION_PATCH ${PATCH_VERSION})
#SET(CPACK_PACKAGE_NAME "vm-manager")
#SET(CPACK_DEBIAN_PACKAGE_NAME "vm-manager")
#SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
#SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "CiV VM Manager to manage the CiV guests")
#SET(CPACK_PACKAGE_CONTACT "yadong.qi@intel.com")
#SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Qi, Yadong <yadong.qi@intel.com>")
project("vm_manager")
add_subdirectory(src)