add_subdirectory(src)
add_subdirectory(include)

if (BUILD_TESTING)
    add_subdirectory(tests)
endif()
