repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix
[ryzomcore.git]
/
ryzom
/
server
/
CMakeLists.txt
blob
b9f5a29b7c570eda9e55c5d4352c67925f9f012e
1
IF(NOT WITH_RYZOM_GAMESHARE)
2
FIND_PACKAGE(RyzomGameShare)
3
INCLUDE_DIRECTORIES(${RYZOM_GAMESHARE_INCLUDE_DIRS})
4
ENDIF()
5
6
ADD_SUBDIRECTORY(src)
7