Add some search paths

This commit is contained in:
Andy Cedilnik 2002-10-09 13:47:49 -04:00
parent e55a05a6f6
commit 0ccba5a056
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ IF(WIN32)
ELSE(WIN32)
FIND_PROGRAM(CMAKE_WX_CONFIG wx-config)
FIND_PROGRAM(CMAKE_WX_CONFIG wx-config ../wx/bin ../../wx/bin)
SET(CMAKE_WX_CXX_FLAGS "`${CMAKE_WX_CONFIG} --cflags`")
SET(WXWINDOWS_LIBRARY "`${CMAKE_WX_CONFIG} --libs`")