khanat-opennel-code/code/nel/include/nel/CMakeLists.txt
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
2016-10-27 10:54:09 +02:00

37 lines
382 B
CMake

SUBDIRS(misc)
IF(WITH_3D)
SUBDIRS(3d)
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()