mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-12-23 04:35:36 +00:00
blah
This commit is contained in:
parent
24b9dc001b
commit
ae13d40b74
|
@ -3,10 +3,6 @@
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#else
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
include_directories(${PROJECT_SOURCE_DIR}/include)
|
include_directories(${PROJECT_SOURCE_DIR}/include)
|
||||||
add_library(discord-rpc-sync STATIC discord-rpc-sync.cpp)
|
add_library(discord-rpc-sync STATIC ${PROJECT_SOURCE_DIR}/include/discord-rpc.h discord-rpc-sync.cpp)
|
||||||
|
|
Loading…
Reference in a new issue