Show
Ignore:
Timestamp:
08/12/09 16:55:18 (15 years ago)
Author:
smidl
Message:

split it++ debug/release even in Linux build for easier debugging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/system/FindITPP.cmake

    r406 r509  
    2020FIND_LIBRARY(ITPP_LIBRARY 
    2121  NAMES itpp #itpp_debug 
     22  PATHS ${ITPP_DIR}/libs 
     23  ${ITPP_DIR}/itpp/.libs/ 
     24  "${ITPP_DIR}\\win32\\lib" 
     25  /usr/pkgs64/lib 
     26  /usr/lib64 
     27  /usr/lib 
     28  /usr/local/lib 
     29  NO_DEFAULT_PATH 
     30) 
     31 
     32FIND_LIBRARY(ITPP_LIBRARY_DEBUG 
     33  NAMES itpp_debug 
    2234  PATHS ${ITPP_DIR}/libs 
    2335  ${ITPP_DIR}/itpp/.libs/