Search found 1 match

by oet
Sun Feb 14, 2010 1:40 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Using Irrlicht with CMake
Replies: 8
Views: 22510

Hi all,

I am using this FindIrrlicht.cmake in my project and I have put it in a folder in the root of my project called cmake,


FIND_PATH(IRRLICHT_INCLUDE_DIR irrlicht/irrlicht.h
PATHS $ENV{IRRDIR}/include
PATH_SUFFIXES irrlicht
)

MESSAGE(STATUS "IRRLICHT_INCLUDE_DIR = ${IRRLICHT_INCLUDE_DIR ...