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

@ -57,10 +57,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/chris/dev/newapp
CMAKE_SOURCE_DIR = /home/chris/dev/church-presenter
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/chris/dev/newapp/build
CMAKE_BINARY_DIR = /home/chris/dev/church-presenter/build
#=============================================================================
# Targets provided globally by CMake.
@ -97,9 +97,9 @@ rebuild_cache/fast: rebuild_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles /home/chris/dev/newapp/build//CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/church-presenter/build/CMakeFiles /home/chris/dev/church-presenter/build//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/church-presenter/build/CMakeFiles 0
.PHONY : all
# The main clean target