add_subdirectory(utils)
add_subdirectory(client)
add_subdirectory(server)

if (DEV_LIB)
  add_subdirectory(api)
endif (DEV_LIB)
