snowballs.diff
| b/code/snowballs2/CMakeLists.txt Mon Aug 22 15:29:50 2011 +0200 | ||
|---|---|---|
| 1 |
SET(SNOWBALLS_CONFIG_FILE "${NL_ETC_PREFIX}/snowballs" CACHE FILEPATH "Snowballs config file location")
|
|
| 1 |
SET(SNOWBALLS_CONFIG_FILE "." CACHE FILEPATH "Snowballs config file location")
|
|
| 2 | 2 |
SET(SNOWBALLS_DATA_FILE "${NL_SHARE_PREFIX}/games/snowballs" CACHE FILEPATH "Snowballs data file location")
|
| 3 | 3 |
SET(SNOWBALLS_LOG_FILE "${NL_LOG_PREFIX}/snowballs" CACHE FILEPATH "Snowballs log file location")
|
| 4 | 4 |
|
| 5 | 5 |
# Note: Not sure if this is still the best way to do this... |
| 6 | 6 |
#INSTALL(CODE "FILE(MAKE_DIRECTORY ${SNOWBALLS_LOG_FILE})")
|
| 7 | 7 |
|
| 8 | 8 |
#----------------------------------------------------------------------------- |
| 9 | 9 |
#Platform specifics |