mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Forgot to add the grouped files to the target thing
This commit is contained in:
parent
bd69216544
commit
5cab75f13e
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ SOURCE_GROUP("R2" FILES ${R2})
|
|||
LIST(REMOVE_ITEM SRC ${CMAKE_CURRENT_SOURCE_DIR}/enum_template.cpp)
|
||||
LIST(REMOVE_ITEM PRIV_H ${CMAKE_CURRENT_SOURCE_DIR}/enum_template.h)
|
||||
|
||||
NL_TARGET_LIB(ryzom_gameshare ${PRIV_H} ${SRC})
|
||||
NL_TARGET_LIB(ryzom_gameshare ${PRIV_H} ${SRC} ${R2})
|
||||
|
||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} ${NEL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ LIST(REMOVE_ITEM SRC R2)
|
|||
SOURCE_GROUP("" FILES ${SRC})
|
||||
SOURCE_GROUP("R2" FILES ${R2})
|
||||
|
||||
NL_TARGET_LIB(ryzom_servershare ${SRC})
|
||||
NL_TARGET_LIB(ryzom_servershare ${SRC} ${R2}))
|
||||
|
||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR} ${MYSQL_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
|
||||
|
||||
|
|
Loading…
Reference in a new issue