mirror of
https://github.com/azahar-emu/discord-rpc
synced 2025-11-07 15:40:03 +01:00
4 lines
146 B
CMake
4 lines
146 B
CMake
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
add_executable(simple-client simple.cpp)
|
|
target_link_libraries(simple-client discord-rpc-sync)
|