You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/nel/include/nel/CMakeLists.txt

42 lines
440 B
CMake

SUBDIRS(misc)
IF(WITH_3D)
SUBDIRS(3d)
ENDIF()
IF(WITH_WEB OR WITH_GUI)
ADD_SUBDIRECTORY(web)
ENDIF()
IF(WITH_GUI)
ADD_SUBDIRECTORY(gui)
ENDIF()
IF(WITH_GEORGES)
SUBDIRS(georges)
ENDIF()
IF(WITH_LIGO)
SUBDIRS(ligo)
ENDIF()
IF(WITH_LOGIC)
SUBDIRS(logic)
ENDIF()
IF(WITH_NET)
SUBDIRS(net)
ENDIF()
IF(WITH_SOUND)
SUBDIRS(sound)
ENDIF()
IF(WITH_PACS)
SUBDIRS(pacs)
ENDIF()
IF(WITH_NEL_CEGUI)
SUBDIRS(cegui)
ENDIF()