Skip to content

Commit dc0b5c5

Browse files
committed
Switch argument parsing to cxxopt.hpp
1 parent 319cdcf commit dc0b5c5

File tree

8 files changed

+2741
-43
lines changed

8 files changed

+2741
-43
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
builtin = clear,rare,en-GB_to_en-US,names,informal,code
33
check-filenames =
44
check-hidden =
5-
skip = */.git,*/build,*/.ccls-cache,*/.mypy_cache
5+
skip = */.git,*/build,*/.ccls-cache,*/.mypy_cache,*/extern
66
quiet-level = 2

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ find_package(fmt REQUIRED)
2727

2828
include_directories(SYSTEM ${Protobuf_INCLUDE_DIRS})
2929
include_directories(SYSTEM ${CMAKE_CURRENT_BINARY_DIR})
30+
include_directories(SYSTEM ${CMAKE_CURRENT_SOURCE_DIR}/extern/include)
3031
protobuf_generate_cpp(PROTO_SRCS_CLIENT PROTO_HDRS_CLIENT source/client_message.proto)
3132
protobuf_generate_cpp(PROTO_SRCS_SERVER PROTO_HDRS_SERVER source/server_message.proto)
3233

0 commit comments

Comments
 (0)