From b9e0473392f0db48ab9790cb7460688c35261730 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Fri, 18 Mar 2022 03:36:24 -0400 Subject: [PATCH] - move richpresence into common code to be sync with Raze --- src/CMakeLists.txt | 2 +- src/{ => common/thirdparty}/richpresence.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ => common/thirdparty}/richpresence.cpp (100%) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 324578f13..cf624e071 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -819,7 +819,7 @@ set (POLYBACKEND_SOURCES set (FASTMATH_SOURCES ${FASTMATH_SOURCES} ${POLYBACKEND_SOURCES}) set (PCH_SOURCES - richpresence.cpp + common/thirdparty/richpresence.cpp am_map.cpp playsim/bots/b_bot.cpp playsim/bots/b_func.cpp diff --git a/src/richpresence.cpp b/src/common/thirdparty/richpresence.cpp similarity index 100% rename from src/richpresence.cpp rename to src/common/thirdparty/richpresence.cpp