1
0

refactor shared

This commit is contained in:
2026-01-08 19:23:19 +08:00
parent 07cc58fb36
commit 64368b7837
23 changed files with 400 additions and 234 deletions

View File

@@ -3,14 +3,14 @@ target_sources(BasaltPresenter
PRIVATE
main.cpp
dll_loader.cpp
command_client.cpp
cmd_client.cpp
)
target_sources(BasaltPresenter
PUBLIC
FILE_SET HEADERS
FILES
dll_loader.hpp
command_client.hpp
cmd_client.hpp
)
target_include_directories(BasaltPresenter
PUBLIC