mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Made projects use PCHs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <Parser.h>
|
||||
|
||||
#include <LX-Common.h>
|
||||
|
||||
#include <Parser.h>
|
||||
|
||||
namespace LX
|
||||
{
|
||||
// Wrapper over the LLVM variables for easier passing around //
|
||||
|
||||
2
Parser/inc/pch.cpp
Normal file
2
Parser/inc/pch.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
// Wow, such an intresting file. Don't put anything else in here //
|
||||
#include <LX-Common.h>
|
||||
Reference in New Issue
Block a user