Fixed: Don't compile ryzom_servershare and ryzom_aishare if not using Ryzom server or tools
--HG-- branch : develop
This commit is contained in:
parent
68ccee6831
commit
4995760334
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
# Supporting modules and libraries.
|
||||
# Need servershare for build packed collision tool
|
||||
# Need aishare for build wmap tool
|
||||
IF(WITH_RYZOM_TOOLS OR WITH_RYZOM_SERVER)
|
||||
ADD_SUBDIRECTORY(server_share)
|
||||
ADD_SUBDIRECTORY(ai_share)
|
||||
ENDIF()
|
||||
|
||||
IF(WITH_RYZOM_SERVER)
|
||||
|
||||
|
|
Loading…
Reference in a new issue