Warning, /graphics/krita/plugins/filters/convertheightnormalmap/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kritaconvertheighttonormalmap_SOURCES
0002     kis_convert_height_to_normal_map_filter.cpp
0003     kis_wdg_convert_height_to_normal_map.cpp
0004 )
0005 
0006 ki18n_wrap_ui(kritaconvertheighttonormalmap_SOURCES
0007     wdg_convert_height_to_normal_map.ui
0008     )
0009 kis_add_library(kritaconvertheighttonormalmap MODULE ${kritaconvertheighttonormalmap_SOURCES})
0010 target_link_libraries(kritaconvertheighttonormalmap kritaui)
0011 install(TARGETS kritaconvertheighttonormalmap  DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0012 install( FILES
0013     convertheightnormalmap.action
0014 DESTINATION  ${DATA_INSTALL_DIR}/krita/actions)