Build: Add usepch option to use precompiled headers
This commit is contained in:
8
tests/Engine/ClientModules.hpp
Normal file
8
tests/Engine/ClientModules.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
// used for precompiled headers generation
|
||||
#include <Engine/Modules.hpp>
|
||||
#include <Nazara/Audio.hpp>
|
||||
#include <Nazara/Graphics.hpp>
|
||||
#include <Nazara/OpenGLRenderer.hpp>
|
||||
#include <Nazara/Platform.hpp>
|
||||
#include <Nazara/VulkanRenderer.hpp>
|
||||
#include <Nazara/Widgets.hpp>
|
||||
8
tests/Engine/Modules.hpp
Normal file
8
tests/Engine/Modules.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
// used for precompiled headers generation
|
||||
#include <Nazara/Core.hpp>
|
||||
#include <Nazara/Math.hpp>
|
||||
#include <Nazara/Network.hpp>
|
||||
#include <Nazara/Physics2D.hpp>
|
||||
#include <Nazara/Physics3D.hpp>
|
||||
#include <Nazara/Shader.hpp>
|
||||
#include <Nazara/Utility.hpp>
|
||||
Reference in New Issue
Block a user