Skip to content
Snippets Groups Projects
Commit 419e5840 authored by stefan's avatar stefan
Browse files

moved gradients.xml from gui to gfx

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2555 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 996a27af
No related branches found
No related tags found
No related merge requests found
...@@ -17,4 +17,12 @@ if (ENABLE_IMG) ...@@ -17,4 +17,12 @@ if (ENABLE_IMG)
set(OST_GFX_PYMOD_SOURCES ${OST_GFX_PYMOD_SOURCES} export_map.cc) set(OST_GFX_PYMOD_SOURCES ${OST_GFX_PYMOD_SOURCES} export_map.cc)
endif() endif()
pymod(NAME gfx CPP ${OST_GFX_PYMOD_SOURCES} PY __init__.py) pymod(NAME gfx CPP ${OST_GFX_PYMOD_SOURCES} PY __init__.py)
\ No newline at end of file
set(GRADIENT_FILE
gradients.xml
)
copy_if_different("./" "${STAGE_DIR}/share/openstructure/scene"
"${GRADIENT_FILE}" "PRESET GRADIENTS" _gfx)
install(FILES ${GRADIENT_FILE} DESTINATION "share/openstructure/scene")
\ No newline at end of file
...@@ -88,7 +88,6 @@ pymod(NAME gui CPP ${OST_GUI_PYMOD_SOURCES} ...@@ -88,7 +88,6 @@ pymod(NAME gui CPP ${OST_GUI_PYMOD_SOURCES}
${OST_GUI_PYMOD_MODULES}) ${OST_GUI_PYMOD_MODULES})
set(PRESET_FILES set(PRESET_FILES
scene/gradients.xml
scene/presets.xml scene/presets.xml
scene/loaders.xml scene/loaders.xml
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment