mirror of
https://github.com/Hizenberg469/Routing-Table-Manager.git
synced 2026-04-20 02:12:25 +03:00
bug fixed
This commit is contained in:
@@ -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})
|
||||
Reference in New Issue
Block a user