mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-03 13:15:38 +01:00
3 lines
151 B
CMake
3 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)
|