mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-24 00:15:42 +01:00
blah
This commit is contained in:
parent
24b9dc001b
commit
ae13d40b74
@ -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 New Issue
Block a user