Hey look, I can still do C if I really try.

This commit is contained in:
Chris Marsh
2017-06-30 14:31:48 -07:00
parent 2be56aebab
commit df02787af6
3 changed files with 37 additions and 23 deletions

View File

@ -1,3 +1,3 @@
include_directories(${PROJECT_SOURCE_DIR}/include)
add_executable(simple-client simple.cpp)
add_executable(simple-client simple.c)
target_link_libraries(simple-client discord-rpc-sync)