# From: http://optionparser.sourceforge.net/
# NOTE: Adding the source code and library manually for now, but this could
#   be added as an external library later

add_library(optionparser INTERFACE)
target_include_directories(optionparser INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
