more basic ui
This commit is contained in:
parent
8f4c2a4e94
commit
f2a10ebfcc
31 changed files with 1020 additions and 1210 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue