add_library(external-remotery
    lib/Remotery.c
)

target_include_directories(external-remotery PUBLIC lib)


