include_directories(${CMAKE_CURRENT_SOURCE_DIR})

if(BUILD_EXAMPLES OR BUILD_TESTS)
  add_subdirectory(optionparser)
endif()

if (BUILD_TESTS)
  include(googletest.cmake)
endif()
