mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-02-05 03:23:37 +00:00
4 lines
151 B
CMake
4 lines
151 B
CMake
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
add_executable(simple-async-client simple.c)
|
|
target_link_libraries(simple-async-client discord-rpc)
|