add_library(remotery
    lib/Remotery.c
)

target_include_directories(remotery PUBLIC lib)


