Fixed: ryzom_servershare CMakeLists.txt typo
This commit is contained in:
parent
5cab75f13e
commit
859f168dd0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LIST(REMOVE_ITEM SRC R2)
|
|||
SOURCE_GROUP("" FILES ${SRC})
|
||||
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})
|
||||
|
||||
|
|
Loading…
Reference in a new issue