Browse Source

fix: cmake configure error

master
dnomd343 2 years ago
parent
commit
0e9dbb408e
  1. 2
      src/CMakeLists.txt

2
src/CMakeLists.txt

@ -8,5 +8,5 @@ add_subdirectory(utils)
add_executable(ss-bootstrap-local local.c common.c load.c sip003.c)
target_link_libraries(ss-bootstrap-local utils pthread)
add_executable(ss-bootstrap-server local.c common.c load.c sip003.c)
add_executable(ss-bootstrap-server server.c common.c load.c sip003.c)
target_link_libraries(ss-bootstrap-server utils pthread)

Loading…
Cancel
Save