mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-24 06:55:37 +01:00
4 lines
146 B
CMake
4 lines
146 B
CMake
|
include_directories(${PROJECT_SOURCE_DIR}/include)
|
||
|
add_executable(send-presence send-presence.c)
|
||
|
target_link_libraries(send-presence discord-rpc)
|