add_subdirectory(texel)

# The WASM build ships only the UCI engine.  The remaining apps are either
# irrelevant in a browser or cannot build there at all: texelutil and runcmd
# are command-line tools that fork processes and read files, bookgui needs
# GTK, and uciadapter drives an external engine binary over pipes.
if(NOT EMSCRIPTEN)
  add_subdirectory(texelutil)
  add_subdirectory(uciadapter)
  add_subdirectory(bookgui)
  add_subdirectory(runcmd)
endif()
