Ended up writing an ArgsParser class.
This commit is contained in:
@@ -28,6 +28,6 @@ if (WIN32)
|
||||
add_library(json STATIC ${SOURCES})
|
||||
endif()
|
||||
|
||||
add_executable(json_demo main.cpp)
|
||||
add_executable(json_cli main.cpp)
|
||||
|
||||
target_link_libraries(json_demo PUBLIC json)
|
||||
target_link_libraries(json_cli PUBLIC json)
|
Reference in New Issue
Block a user