# conversions/misc/CMakeLists.txt

if(BUILD_TESTING)
  add_subdirectory(tests)
endif()

# These are the source files in this directory.
# Note that these are all header files, so no library is built here.

set(misc_sources
# none yet
)
