mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
changed save location of config
This commit is contained in:
parent
c51074d47c
commit
55d71c7a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ 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}/include/ccash_config.hpp)
|
||||||
|
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC include)
|
target_include_directories(${PROJECT_NAME} PUBLIC include)
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC third_party)
|
target_include_directories(${PROJECT_NAME} PUBLIC third_party)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue