You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ SET(SURGESCRIPT_INCLUDE_PATH "${CMAKE_INCLUDE_PATH}" CACHE PATH "Where to look f
117
117
SET(PHYSFS_LIBRARY_PATH "${CMAKE_LIBRARY_PATH}"CACHEPATH"Where to look for PhysicsFS")
118
118
SET(PHYSFS_INCLUDE_PATH "${CMAKE_INCLUDE_PATH}"CACHEPATH"Where to look for the header files of PhysicsFS")
119
119
IF(UNIX)
120
-
SET(GAME_BINDIR "games"CACHEPATH"Directory in which the game executable will installed (to be appended to CMAKE_INSTALL_PREFIX)")
121
-
SET(GAME_DATADIR "share/games/${GAME_UNIXNAME}"CACHEPATH"Directory in which the game data will be installed")
120
+
SET(GAME_BINDIR "games"CACHEPATH"Directory in which the game executable will installed (will be appended to CMAKE_INSTALL_PREFIX if it's a relative path)")
121
+
SET(GAME_DATADIR "share/games/${GAME_UNIXNAME}"CACHEPATH"Directory in which the game data will be installed (will be appended to CMAKE_INSTALL_PREFIX if it's a relative path)")
122
122
SET(GAME_USERDIRNAME "${GAME_UNIXNAME}"CACHEPATH"Name of the user-modifiable asset directory")
123
123
IF(NOT ANDROID)
124
124
SET(DESKTOP_ICON_PATH "/usr/share/pixmaps"CACHEPATH"Where to install the icon file")
0 commit comments