diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..5f327fe --- /dev/null +++ b/CMakeLists.txt @@ -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 +)