bug fixed

This commit is contained in:
2024-05-08 00:10:32 +05:30
parent f7d7a53ade
commit c967f5b635
4 changed files with 21 additions and 500 deletions

View File

@@ -13,10 +13,6 @@ add_executable( server
${SERVER}
${SHM_TABLE})
#add_executable( dummy_server
# "dummy_server.c"
# ${SHM_TABLE})
target_link_libraries( client PUBLIC
${DLL_NAME}
${ML_NAME}
@@ -28,9 +24,3 @@ target_link_libraries( server PUBLIC
${ML_NAME}
${RT_NAME}
${SM_NAME})
#target_link_libraries( dummy_server PUBLIC
# ${DLL_NAME}
# ${ML_NAME}
# ${RT_NAME}
# ${SM_NAME})