mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 10:43:41 +00:00
blah
This commit is contained in:
parent
24b9dc001b
commit
ae13d40b74
2 changed files with 1 additions and 5 deletions
|
@ -3,10 +3,6 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#else
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
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