Changeset 3000 for code/branches/ggz/cmake
- Timestamp:
- May 20, 2009, 8:47:08 PM (16 years ago)
- Location:
- code/branches/ggz/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ggz/cmake/FindGGZ.cmake
r2889 r3000 5 5 FIND_LIBRARY(GGZMOD_LIBRARY NAMES ggzmod) 6 6 7 # handle the QUIETLY and REQUIRED arguments and set GGZ _FOUND to TRUE if7 # handle the QUIETLY and REQUIRED arguments and set GGZMOD_FOUND to TRUE if 8 8 # all listed variables are TRUE 9 9 INCLUDE(FindPackageHandleStandardArgs) -
code/branches/ggz/cmake/LibraryConfig.cmake
r2889 r3000 116 116 FIND_PACKAGE(ZLIB REQUIRED) 117 117 FIND_PACKAGE(GGZ ) 118 IF(GGZMOD_FOUND) 119 ADD_COMPILER_FLAGS("-DHAS_GGZ") 120 ELSE(GGZMOD_FOUND) 121 MESSAGE("GGZMOD not found, disabling GGZ support") 122 ENDIF(GGZMOD_FOUND) 118 123 IF(WIN32) 119 124 FIND_PACKAGE(DirectX REQUIRED)
Note: See TracChangeset
for help on using the changeset viewer.