Browse Source

python: put all public Python headers into the same IDE folder.

pull/2/head
Vladimír Vondruš 7 years ago
parent
commit
fe3837e34a
  1. 2
      src/Magnum/SceneGraph/CMakeLists.txt

2
src/Magnum/SceneGraph/CMakeLists.txt

@ -25,6 +25,6 @@
if(WITH_PYTHON)
add_custom_target(MagnumSceneGraphPython SOURCES Python.h)
set_target_properties(MagnumSceneGraphPython PROPERTIES FOLDER "Magnum/SceneGraph")
set_target_properties(MagnumSceneGraphPython PROPERTIES FOLDER "Magnum/Python")
install(FILES Python.h DESTINATION ${MAGNUM_INCLUDE_INSTALL_DIR}/SceneGraph)
endif()

Loading…
Cancel
Save