mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2025-01-21 04:11:12 +00:00
4 lines
141 B
CMake
4 lines
141 B
CMake
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
add_executable(simple-client simple.cpp)
|
|
target_link_libraries(simple-client discord-rpc)
|