more basic ui

This commit is contained in:
Chris Cochrun 2022-02-08 15:03:41 -06:00
parent 8f4c2a4e94
commit f2a10ebfcc
31 changed files with 1020 additions and 1210 deletions

View file

@ -1,8 +1,8 @@
if(NOT EXISTS "/home/chris/dev/newapp/build/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: /home/chris/dev/newapp/build/install_manifest.txt")
if(NOT EXISTS "/home/chris/dev/church-presenter/build/install_manifest.txt")
message(FATAL_ERROR "Cannot find install manifest: /home/chris/dev/church-presenter/build/install_manifest.txt")
endif()
file(READ "/home/chris/dev/newapp/build/install_manifest.txt" files)
file(READ "/home/chris/dev/church-presenter/build/install_manifest.txt" files)
string(REGEX REPLACE "\n" ";" files "${files}")
foreach(file ${files})
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")