Add CMake install rule for nwadmin
This commit is contained in:
28
CMakeLists.txt
Normal file
28
CMakeLists.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
#################################
|
||||
# Project
|
||||
##############
|
||||
|
||||
#################################
|
||||
# Dependencies
|
||||
##############
|
||||
|
||||
#################################
|
||||
# Compiler Switches
|
||||
##############
|
||||
|
||||
#################################
|
||||
# Source Files
|
||||
##############
|
||||
|
||||
# This is a prebuilt DOS/Windows NetWare administration tool.
|
||||
# No build step is required.
|
||||
|
||||
#################################
|
||||
# Install Files
|
||||
##############
|
||||
|
||||
# Admin-only tool: install into SYS/system, not SYS/public.
|
||||
install(
|
||||
FILES nwadmin.exe
|
||||
DESTINATION ${MARS_NWE_INSTALL_FULL_FILEDIR}/SYS/system
|
||||
)
|
||||
Reference in New Issue
Block a user