mirror of
https://github.com/libretro/hatari.git
synced 2024-11-30 11:40:25 +00:00
17 lines
438 B
CMake
17 lines
438 B
CMake
|
|
INSTALL(PROGRAMS hatari-console.py hatariui
|
|
DESTINATION ${BINDIR})
|
|
|
|
INSTALL(PROGRAMS config.py dialogs.py hatari.py uihelpers.py
|
|
hatariui.py debugui.py
|
|
DESTINATION ${DATADIR}/hatariui/)
|
|
|
|
INSTALL(FILES README TODO release-notes.txt hatari-icon.png hatari.png
|
|
DESTINATION ${DATADIR}/hatariui/)
|
|
|
|
INSTALL(FILES hatari-icon.png
|
|
DESTINATION share/icons/hicolor/32x32/apps)
|
|
|
|
INSTALL(FILES hatariui.desktop
|
|
DESTINATION share/applications)
|