changed save location of config

This commit is contained in:
EntireTwix 2021-07-02 19:15:11 -07:00
parent c51074d47c
commit 55d71c7a6d

View file

@ -41,7 +41,7 @@ else()
set(DROGON_CONFIG "\"config.json\"")
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 third_party)