mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-12-23 18:55:41 +00:00
4 lines
152 B
CMake
4 lines
152 B
CMake
include_directories(${PROJECT_SOURCE_DIR}/include)
|
|
add_executable(simplest-client simplest.c)
|
|
target_link_libraries(simplest-client discord-rpc-simple)
|