mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-07 13:20:25 +00:00
Updated and tested CMakeLists.txt, now confirmed on Linux.
This commit is contained in:
parent
b68e859b6d
commit
ccfc63ab9f
@ -22,7 +22,7 @@ endif (WIN32)
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
find_package(OGRE REQUIRED)
|
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})
|
link_directories(${OGRE_LIB_DIR})
|
||||||
|
|
||||||
# Main executable
|
# Main executable
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "../bsa/bsa_archive.h"
|
#include "bsa/bsa_archive.h"
|
||||||
#include "../esm/records.hpp"
|
#include "esm/records.hpp"
|
||||||
|
|
||||||
#include "Ogre.h"
|
#include "Ogre.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user