Warning, /plasma/oxygen/cursors/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(cursors.cmake)
0002 include(config.cmake)
0003 include(setup.cmake)
0004 
0005 set(COLORS
0006     black
0007     blue
0008     bluecurve
0009     brown
0010     cherry
0011     chrome
0012     desert
0013     emerald
0014     green
0015     grey
0016     honeycomb
0017     hot_orange
0018     lilac
0019     midnight_meadow
0020     navy
0021     norway
0022     obsidian
0023     obsidian-hc
0024     olympus
0025     olympus-inv
0026     orchid
0027     oxygen
0028     peach
0029     purple
0030     red
0031     red-argentina
0032     sea_blue
0033     steel
0034     terra
0035     terra_green
0036     violet
0037     viorange
0038     white
0039     whitewater
0040     wonton
0041     yellow
0042     zion
0043    )
0044 
0045 foreach(color ${COLORS})
0046     add_subdirectory(theme-${color})
0047     list(APPEND PACKAGES package-${color})
0048     message(STATUS "Added themes for ${color}")
0049 endforeach(color)