mirror of
https://github.com/glest/glest-source.git
synced 2025-08-23 16:32:53 +02:00
- bugfixes for supporting compile of miniupnpc1.4 -> 1.6. Added two new optional commandline options for cmake:
-DMINIUPNPC_VERSION_PRE1_6=true -DMINIUPNPC_VERSION_PRE1_5=true
This commit is contained in:
@@ -173,6 +173,13 @@ ELSE()
|
||||
#set (FTGL_LINK_TARGETS )
|
||||
ENDIF(USE_FTGL)
|
||||
|
||||
IF(MINIUPNPC_VERSION_PRE1_5)
|
||||
ADD_DEFINITIONS(-DMINIUPNPC_VERSION_PRE1_5)
|
||||
ENDIF()
|
||||
IF(MINIUPNPC_VERSION_PRE1_6)
|
||||
ADD_DEFINITIONS(-DMINIUPNPC_VERSION_PRE1_6)
|
||||
ENDIF()
|
||||
|
||||
#########################################################################################
|
||||
# megaglest lib
|
||||
|
||||
|
Reference in New Issue
Block a user