khanat-opennel-code/code/ryzom/tools/leveldesign/world_editor/CMakeLists.txt

11 lines
293 B
CMake
Raw Normal View History

ADD_SUBDIRECTORY(land_export)
ADD_SUBDIRECTORY(land_export_lib)
IF(WITH_MFC)
ADD_SUBDIRECTORY(world_editor)
ADD_SUBDIRECTORY(world_editor_primitive_plugin)
ENDIF(WITH_MFC)
# This is an old plugin and is deprecated. It doesn't even compile anymore.
#ADD_SUBDIRECTORY(world_editor_plugin)