change to imgui docker version

rename to work-calendar
This commit is contained in:
2025-08-11 19:34:03 +02:00
parent 515fdbc83c
commit 86f2520c3e
78 changed files with 12220 additions and 506 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ target_include_directories(imgui PUBLIC
libs/imgui/backends
)
add_executable(work-calender
add_executable(work-calendar
src/main.cpp
)
target_link_libraries(work-calender
target_link_libraries(work-calendar
PRIVATE
imgui
D3D11