Browse Source

python: oh, forgot to install Containers/PythonBindings.h.

pull/9/head
Vladimír Vondruš 6 years ago
parent
commit
dffa0fa7f8
  1. 2
      src/Corrade/CMakeLists.txt

2
src/Corrade/CMakeLists.txt

@ -27,4 +27,6 @@ if(WITH_PYTHON)
add_custom_target(CorradePython SOURCES PythonBindings.h) add_custom_target(CorradePython SOURCES PythonBindings.h)
set_target_properties(CorradePython PROPERTIES FOLDER "Corrade/Python") set_target_properties(CorradePython PROPERTIES FOLDER "Corrade/Python")
install(FILES PythonBindings.h DESTINATION ${CORRADE_INCLUDE_INSTALL_DIR}) install(FILES PythonBindings.h DESTINATION ${CORRADE_INCLUDE_INSTALL_DIR})
add_subdirectory(Containers)
endif() endif()

Loading…
Cancel
Save