mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
🔥 changed defaults
This commit is contained in:
parent
f97915591a
commit
c51074d47c
1 changed files with 2 additions and 2 deletions
|
|
@ -32,13 +32,13 @@ target_sources(${PROJECT_NAME} PRIVATE
|
||||||
if(USER_SAVE_LOC)
|
if(USER_SAVE_LOC)
|
||||||
set(USER_SAVE ${USER_SAVE_LOC})
|
set(USER_SAVE ${USER_SAVE_LOC})
|
||||||
else()
|
else()
|
||||||
set(USER_SAVE "\"../users.json\"")
|
set(USER_SAVE "\"users.json\"")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DROGON_CONFIG_LOC)
|
if(DROGON_CONFIG_LOC)
|
||||||
set(DROGON_CONFIG ${DROGON_CONFIG_LOC})
|
set(DROGON_CONFIG ${DROGON_CONFIG_LOC})
|
||||||
else()
|
else()
|
||||||
set(DROGON_CONFIG "\"../config.json\"")
|
set(DROGON_CONFIG "\"config.json\"")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
configure_file(ccash_config.hpp.in ${CMAKE_CURRENT_SOURCE_DIR}/ccash_config.hpp)
|
configure_file(ccash_config.hpp.in ${CMAKE_CURRENT_SOURCE_DIR}/ccash_config.hpp)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue