From ae13d40b7416604188cde36b03a5d6a30d59c272 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Fri, 30 Jun 2017 14:37:06 -0700 Subject: [PATCH] blah --- include/discord-rpc.h | 4 ---- src/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/discord-rpc.h b/include/discord-rpc.h index b58055b..bf775d6 100644 --- a/include/discord-rpc.h +++ b/include/discord-rpc.h @@ -3,10 +3,6 @@ #ifdef __cplusplus extern "C" { -#else - - - #endif typedef struct { diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9fcbeb9..da94152 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,2 @@ include_directories(${PROJECT_SOURCE_DIR}/include) -add_library(discord-rpc-sync STATIC discord-rpc-sync.cpp) +add_library(discord-rpc-sync STATIC ${PROJECT_SOURCE_DIR}/include/discord-rpc.h discord-rpc-sync.cpp)