mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Fixed: ryzom_servershare CMakeLists.txt typo
This commit is contained in:
parent
d0ff6b9c80
commit
35b2270fe8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LIST(REMOVE_ITEM SRC R2)
|
||||||
SOURCE_GROUP("" FILES ${SRC})
|
SOURCE_GROUP("" FILES ${SRC})
|
||||||
SOURCE_GROUP("R2" FILES ${R2})
|
SOURCE_GROUP("R2" FILES ${R2})
|
||||||
|
|
||||||
NL_TARGET_LIB(ryzom_servershare ${SRC} ${R2}))
|
NL_TARGET_LIB(ryzom_servershare ${SRC} ${R2})
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} ${MYSQL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} ${MYSQL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue