add_library(assets
        AssetsUpdater.cpp
)

target_link_libraries(assets PUBLIC squall::squall)

