summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/CMakeLists.txt
blob: dfe5f53abb26409269a66e7c0d87e31dd6d29667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################
#
#  (C) 2013 Slávek Banko
#  slavek (DOT) banko (AT) axis.cz
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

add_subdirectory( designer )
add_subdirectory( pics )

##### other data ################################

install( FILES atlantikdesignerui.rc
  DESTINATION ${DATA_INSTALL_DIR}/atlantikdesigner
)

install( FILES atlantikdesigner.desktop
  DESTINATION ${XDG_APPS_INSTALL_DIR}
)