Skip to content

Commit

Permalink
Replaced docopt with getopt_long
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniacslk committed Oct 2, 2016
1 parent 294aaa0 commit 8a3ae75
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 1,949 deletions.
10 changes: 1 addition & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ list(APPEND CMAKE_PREFIX_PATH /usr/local)

include_directories(
"${PROJECT_SOURCE_DIR}/include"
"${PROJECT_SOURCE_DIR}/include/docopt"
)

add_library(dublintraceroute SHARED
Expand Down Expand Up @@ -40,14 +39,7 @@ endif (${libtins_FOUND})

pkg_search_module(JSONCPP REQUIRED jsoncpp)

add_executable(dublin-traceroute
src/main.cc
src/docopt/docopt.cpp
include/docopt/docopt.h
include/docopt/docopt_private.h
include/docopt/docopt_util.h
include/docopt/docopt_value.h
)
add_executable(dublin-traceroute src/main.cc)
target_link_libraries(dublintraceroute ${CMAKE_THREAD_LIBS_INIT})
target_link_libraries(dublin-traceroute dublintraceroute)
target_link_libraries(dublintraceroute tins)
Expand Down
88 changes: 0 additions & 88 deletions include/docopt/docopt.h

This file was deleted.

Loading

0 comments on commit 8a3ae75

Please sign in to comment.