Fixed: non detection of STLport libs under Windows
This commit is contained in:
parent
9cd2e96c5f
commit
5b47ba698a
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,8 @@ FIND_LIBRARY(STLPORT_LIBRARY_DEBUG
|
||||||
stlportstld_x
|
stlportstld_x
|
||||||
stlportstld_x.5.2
|
stlportstld_x.5.2
|
||||||
stlportd
|
stlportd
|
||||||
|
stlportd_statix
|
||||||
|
stlportd_static
|
||||||
PATHS
|
PATHS
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
/usr/lib
|
/usr/lib
|
||||||
|
@ -51,6 +53,8 @@ FIND_LIBRARY(STLPORT_LIBRARY_RELEASE
|
||||||
stlport
|
stlport
|
||||||
stlport_x
|
stlport_x
|
||||||
stlport_x.5.2
|
stlport_x.5.2
|
||||||
|
stlport_statix
|
||||||
|
stlport_static
|
||||||
PATHS
|
PATHS
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
/usr/lib
|
/usr/lib
|
||||||
|
|
Loading…
Reference in a new issue