mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-28 17:56:37 +00:00 
			
		
		
		
	Updated and tested CMakeLists.txt, now confirmed on Linux.
This commit is contained in:
		
							parent
							
								
									b68e859b6d
								
							
						
					
					
						commit
						ccfc63ab9f
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -22,7 +22,7 @@ endif (WIN32) | |||
| 
 | ||||
| # Dependencies | ||||
| find_package(OGRE REQUIRED) | ||||
| include_directories("." "bsa" "esm" "game" "mangle" "nif" "nifogre" "tools" ${OGRE_INCLUDE_DIR} ${PLATFORM_INCLUDE_DIR}) | ||||
| include_directories("." ${OGRE_INCLUDE_DIR} ${PLATFORM_INCLUDE_DIR}) | ||||
| link_directories(${OGRE_LIB_DIR}) | ||||
| 
 | ||||
| # Main executable | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #include <iostream> | ||||
| 
 | ||||
| #include "../bsa/bsa_archive.h" | ||||
| #include "../esm/records.hpp" | ||||
| #include "bsa/bsa_archive.h" | ||||
| #include "esm/records.hpp" | ||||
| 
 | ||||
| #include "Ogre.h" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue