-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I've been trying to create a new project from scratch just using vcpkg and cmake, and failing miserably.
Then I thought I would try to build the example project, and that is also failing. For some reason "config.h" (D:\vcpkg\buildtrees\nakama-sdk\x64-windows-dbg\interface\nakama-cpp\config.h) ends with an empty #define line which obviously causes a compile error.
`
#pragma once
#define optional_CONFIG_SELECT_OPTIONAL optional_OPTIONAL_NONSTD
#define BUILD_HTTP_LIBHTTPCLIENT
#define BUILD_WEBSOCKET_LIBHTTPCLIENT
#define
`
Metadata
Metadata
Assignees
Labels
No labels