Browse Source

Doc++

pull/16/head
Vladimír Vondruš 4 years ago
parent
commit
83a4ba0390
  1. 2
      modules/FindMagnumBindings.cmake

2
modules/FindMagnumBindings.cmake

@ -124,7 +124,7 @@ foreach(_component ${MagnumBindings_FIND_COMPONENTS})
set_property(TARGET MagnumBindings::${_component} APPEND PROPERTY
INTERFACE_LINK_LIBRARIES Magnum::Magnum)
# Add bindings incldue dir
# Add bindings include dir
set_property(TARGET MagnumBindings::${_component} APPEND PROPERTY
INTERFACE_INCLUDE_DIRECTORIES ${MAGNUMBINDINGS_INCLUDE_DIR})
endif()

Loading…
Cancel
Save