4 lines
127 B
CMake
4 lines
127 B
CMake
|
add_library(discord-rpc discord-rpc.cpp)
|
||
|
add_executable(test-client simple.cpp)
|
||
|
target_link_libraries(test-client discord-rpc)
|