Added entireity of utility and generate-report(only works with PNG for now)

This commit is contained in:
2025-07-23 02:47:42 +03:00
parent d37dd56496
commit 7a3d59e03e
7 changed files with 168 additions and 16 deletions

View File

@@ -6,7 +6,8 @@ project(TheBartender VERSION 0.3)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
# Create an executable
add_executable(${PROJECT_NAME} src/Base/Entry.cpp src/Commands.cpp)
add_executable(${PROJECT_NAME} src/Base/Entry.cpp src/Commands.cpp
src/Utility/Utility.cpp)
# Find our pre-installed DPP package (using FindDPP.cmake).
find_package(DPP REQUIRED)