openmohaa/code/Launcher
smallmodel 64f877ae80
Use the correct convention for installing the project
On Win32:
- Binaries and libraries will be installed by default in <PREFIX>/bin
- The prefix is set to `Program Files/openmohaa` by default

On Unix:
- Binaries and libraries will be installed by default in <PREFIX>/lib/openmohaa
- Shared data will be installed in <PREFIX>/share/applications, <PREFIX>/share/metainfo and <PREFIX>/share/icons
- The prefix is set to `/usr/local` by default
2024-11-21 19:49:43 +01:00
..
CMakeLists.txt Use the correct convention for installing the project 2024-11-21 19:49:43 +01:00
launch.h Add a basic launcher 2024-11-04 01:00:53 +01:00
launch_linux.cpp Add a basic launcher 2024-11-04 01:00:53 +01:00
launch_main.cpp Add a basic launcher 2024-11-04 01:00:53 +01:00
launch_win32.cpp Add a basic launcher 2024-11-04 01:00:53 +01:00