1
0

add stopwatch

This commit is contained in:
2026-01-09 19:29:39 +08:00
parent ff34754274
commit fba5d0627c
4 changed files with 57 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ PRIVATE
main.cpp
dll_loader.cpp
cmd_client.cpp
stopwatch.cpp
)
target_sources(BasaltPresenter
PUBLIC
@@ -11,6 +12,7 @@ FILE_SET HEADERS
FILES
dll_loader.hpp
cmd_client.hpp
stopwatch.hpp
)
target_include_directories(BasaltPresenter
PUBLIC