Changeset 2583 for code/branches/buildsystem2/cmake/FindENet.cmake
- Timestamp:
- Jan 12, 2009, 1:33:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/cmake/FindENet.cmake
r2582 r2583 14 14 # Lots of simplifications by Adrian Friedli 15 15 # > www.orxonox.net < 16 17 INCLUDE(FindPackageHandleStandardArgs) 18 INCLUDE(HandleLibraryTypes) 16 19 17 20 FIND_PATH(ENET_INCLUDE_DIR enet/enet.h … … 31 34 ) 32 35 FIND_LIBRARY(ENET_LIBRARY_DEBUG 33 NAMES enet _${LIBRARY_DEBUG_POSTFIX}36 NAMES enet${LIBRARY_DEBUG_POSTFIX} 34 37 PATHS 35 38 $ENV{ENETDIR}
Note: See TracChangeset
for help on using the changeset viewer.