add_subdirectory(common)
if (BUILD_CORE)
    add_subdirectory(core)
    add_subdirectory(integration)
endif()
