mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-06 06:28:54 +01:00
wip
This commit is contained in:
parent
72446df921
commit
9dc93f64b8
11 changed files with 95 additions and 199 deletions
|
|
@ -1,3 +1,3 @@
|
|||
include_directories(${PROJECT_SOURCE_DIR}/include)
|
||||
add_executable(simple-client-async simple.c)
|
||||
target_link_libraries(simple-client-async discord-rpc)
|
||||
add_executable(simple-client simple.c)
|
||||
target_link_libraries(simple-client discord-rpc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue