| # Find the TH includes and library | |
| # | |
| # TH_INCLUDE_DIR -- where to find the includes | |
| # TH_LIBRARIES -- list of libraries to link against | |
| # TH_FOUND -- set to 1 if found | |
| SET(TH_FOUND 1) | |
| SET(TH_INCLUDE_DIR "@TH_INCLUDE_DIR@") | |
| SET(TH_LIBRARIES "@TH_LIBRARIES@") |