CMake now fully implemented.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#include <irrlicht.h>
 | 
					#include <irrlicht/irrlicht.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using namespace irr;
 | 
					using namespace irr;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
#include <iostream>
 | 
					#include <iostream>
 | 
				
			||||||
#include <irrlicht.h>
 | 
					#include <irrlicht/irrlicht.h>
 | 
				
			||||||
#include "driverChoice.h"
 | 
					#include <irrlicht/driverChoice.h>
 | 
				
			||||||
#include "eventReceiver.h"
 | 
					#include "eventReceiver.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using namespace irr;
 | 
					using namespace irr;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user