discord-rpc/src/CMakeLists.txt

4 lines
127 B
Text
Raw Normal View History

2017-06-29 17:17:10 +01:00
add_library(discord-rpc discord-rpc.cpp)
add_executable(test-client simple.cpp)
target_link_libraries(test-client discord-rpc)