Rename ddio_common to ddio

This commit is contained in:
Azamat H. Hackimov
2024-05-23 00:59:23 +03:00
parent 01c43cc0b4
commit a0929aefe2
44 changed files with 28 additions and 26 deletions

View File

@@ -4,5 +4,5 @@ set(CPPS
add_library(module STATIC ${HEADERS} ${CPPS})
target_link_libraries(module PRIVATE
ddio_common
ddio
)