Rename a thing
This commit is contained in:
3
examples/send-presence/CMakeLists.txt
Normal file
3
examples/send-presence/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
include_directories(${PROJECT_SOURCE_DIR}/include)
|
||||
add_executable(send-presence send-presence.c)
|
||||
target_link_libraries(send-presence discord-rpc)
|
@ -1,3 +0,0 @@
|
||||
include_directories(${PROJECT_SOURCE_DIR}/include)
|
||||
add_executable(simple-client simple.c)
|
||||
target_link_libraries(simple-client discord-rpc)
|
Reference in New Issue
Block a user