mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-27 23:14:17 +01:00
4 lines
144 B
CMake
4 lines
144 B
CMake
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
add_executable(simple-client simple.c)
|
|
target_link_libraries(simple-client discord-rpc-sync)
|