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}&qu...