Browse Source

modules: more Trade dependencies.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
25a48b9dd6
  1. 4
      modules/FindMagnum.cmake

4
modules/FindMagnum.cmake

@ -377,9 +377,9 @@ foreach(_component ${Magnum_FIND_COMPONENTS})
elseif(_component STREQUAL Primitives) elseif(_component STREQUAL Primitives)
set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade) set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade)
elseif(_component STREQUAL MagnumFont) elseif(_component STREQUAL MagnumFont)
set(_MAGNUM_${_COMPONENT}_DEPENDENCIES TgaImporter) # and below set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade TgaImporter) # and below
elseif(_component STREQUAL MagnumFontConverter) elseif(_component STREQUAL MagnumFontConverter)
set(_MAGNUM_${_COMPONENT}_DEPENDENCIES TgaImageConverter) # and below set(_MAGNUM_${_COMPONENT}_DEPENDENCIES Trade TgaImageConverter) # and below
elseif(_component STREQUAL ObjImporter) elseif(_component STREQUAL ObjImporter)
set(_MAGNUM_${_COMPONENT}_DEPENDENCIES MeshTools) # and below set(_MAGNUM_${_COMPONENT}_DEPENDENCIES MeshTools) # and below
endif() endif()

Loading…
Cancel
Save