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,4 +1,4 @@
# Install script for directory: /home/chris/dev/newapp
# Install script for directory: /home/chris/dev/church-presenter
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -44,7 +44,7 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/chris/dev/newapp/build/src/cmake_install.cmake")
include("/home/chris/dev/church-presenter/build/src/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
@ -55,5 +55,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/chris/dev/newapp/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/chris/dev/church-presenter/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")