mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 23:34:04 +00:00
3 lines
146 B
CMake
3 lines
146 B
CMake
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
add_executable(send-presence send-presence.c)
|
|
target_link_libraries(send-presence discord-rpc)
|