Initial commit
This commit is contained in:
11
groups/tool_group/CMakeLists.txt
Normal file
11
groups/tool_group/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# 调度 DHCPD、HTTPD 等 dnf 系统服务
|
||||
#
|
||||
|
||||
if(INSTALL_HTTPD)
|
||||
add_subdirectory(httpd)
|
||||
endif()
|
||||
|
||||
if(INSTALL_DHCPD)
|
||||
add_subdirectory(dhcpd)
|
||||
endif()
|
||||
5
groups/tool_group/dhcpd/CMakeLists.txt
Normal file
5
groups/tool_group/dhcpd/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# tool_group/dhcpd/CMakeLists.txt
|
||||
#
|
||||
|
||||
DnfInstall(${SYS_DHCP_PKG})
|
||||
0
groups/tool_group/dnsmasq/CMakeLists.txt
Normal file
0
groups/tool_group/dnsmasq/CMakeLists.txt
Normal file
5
groups/tool_group/httpd/CMakeLists.txt
Normal file
5
groups/tool_group/httpd/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# tool_group/httpd/CMakeLists.txt
|
||||
#
|
||||
|
||||
DnfInstall(${SYS_HTTPD_PKG})
|
||||
0
groups/tool_group/tftpd/CMakeLists.txt
Normal file
0
groups/tool_group/tftpd/CMakeLists.txt
Normal file
Reference in New Issue
Block a user