Skip to content

Commit

Permalink
Improve compilation times
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Jun 25, 2024
1 parent 6f58bf6 commit 95970ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ set(SFML_ENABLE_PCH true)
CPMAddPackage(
NAME SFML
GITHUB_REPOSITORY vittorioromeo/SFML
GIT_TAG 37a0ea35bee098205d688c09af3c639947094149
GIT_TAG 7b50ac7b7a38b9fd005393887b07d53ed6f04036
)

set_target_properties(sfml-system PROPERTIES UNITY_BUILD ON)
Expand Down
10 changes: 10 additions & 0 deletions include/SSVOpenHexagon/Global/PCH.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@
#include <cstdio>
#include <cstdlib>

//
//
// ----------------------------------------------------------------------------
// Discord
// ----------------------------------------------------------------------------

#ifndef SSVOH_ANDROID
#include "discord/discord.h"
#endif

//
//
// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 95970ba

Please sign in to comment.