1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

might work good on cmake+msvc now

This commit is contained in:
Perttu Ahola
2011-02-15 20:53:29 +02:00
parent 95c88d258b
commit a0e8f3afd3
8 changed files with 121 additions and 38 deletions

View File

@@ -22,7 +22,7 @@ endif()
FIND_PATH(IRRLICHT_INCLUDE_DIR NAMES irrlicht.h
PATHS
"${IRRLICHT_SOURCE_DIR_INCLUDE}"
${IRRLICHT_SOURCE_DIR_INCLUDE}
/usr/local/include/irrlicht
/usr/include/irrlicht
)
@@ -31,7 +31,7 @@ FIND_PATH(IRRLICHT_INCLUDE_DIR NAMES irrlicht.h
FIND_LIBRARY(IRRLICHT_LIBRARY NAMES libIrrlicht.a Irrlicht
PATHS
"${IRRLICHT_SOURCE_DIR_LIBS}"
${IRRLICHT_SOURCE_DIR_LIBS}
/usr/local/lib
/usr/lib
)