mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +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)
|
||||
set(USER_SAVE ${USER_SAVE_LOC})
|
||||
else()
|
||||
set(USER_SAVE "\"../users.json\"")
|
||||
set(USER_SAVE "\"users.json\"")
|
||||
endif()
|
||||
|
||||
if(DROGON_CONFIG_LOC)
|
||||
set(DROGON_CONFIG ${DROGON_CONFIG_LOC})
|
||||
else()
|
||||
set(DROGON_CONFIG "\"../config.json\"")
|
||||
set(DROGON_CONFIG "\"config.json\"")
|
||||
endif()
|
||||
|
||||
configure_file(ccash_config.hpp.in ${CMAKE_CURRENT_SOURCE_DIR}/ccash_config.hpp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue