~codygarver/pantheon-plugs/restore-region

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Date: 2014-10-18 09:38:28 UTC
  • Revision ID: cody@elementaryos.org-20141018093828-e4s6v0jx0vdd9fm5
Correct Sound and UA paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
set (CATEGORY_OTHER 4)
42
42
 
43
43
set (PLUGS      "BLUETOOTH" "COLOR"    "DATE"   "MOUSE"    "NETWORK" "PRINTER"  "SCREEN"   "SOUND"  "UNIVERSAL_ACCESS" "USERS"  "WACOM")
44
 
set (SUBFOLDERS "network"   "hardware" "system" "hardware" "network" "hardware" "hardware" "hardware" "system"           "system" "hardware")
 
44
set (SUBFOLDERS "network"   "hardware" "system" "hardware" "network" "hardware" "hardware" "hardware" "system"         "system" "hardware")
45
45
 
46
46
set (DEFINES "CATEGORY" "CODE_NAME" "DISPLAY_NAME" "DESCRIPTION" "ICON" "PANEL_NAME" "TYPE_NAME")
47
47