Organised files to my liking

This commit is contained in:
2025-07-18 23:06:34 +03:00
parent a36ce29e45
commit 77ea7b3f8d
3 changed files with 4 additions and 4 deletions

View File

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