mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
✨ FBE
This commit is contained in:
parent
0130f3c971
commit
8d52d8f5e3
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,13 @@ target_sources(${PROJECT_NAME} PRIVATE
|
||||||
src/user.cpp
|
src/user.cpp
|
||||||
src/xxhash_str.cpp
|
src/xxhash_str.cpp
|
||||||
src/xxhash.c
|
src/xxhash.c
|
||||||
|
|
||||||
|
fbe/user_model/bank_dom_final_models.cpp
|
||||||
|
fbe/user_model/bank_dom_models.cpp
|
||||||
|
fbe/user_model/bank_dom.cpp
|
||||||
|
fbe/user_model/fbe_final_models.cpp
|
||||||
|
fbe/user_model/fbe_models.cpp
|
||||||
|
fbe/user_model/fbe.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if(DEFINED USER_SAVE_LOC)
|
if(DEFINED USER_SAVE_LOC)
|
||||||
|
|
@ -71,6 +78,7 @@ endif()
|
||||||
configure_file(ccash_config.hpp.in ${CMAKE_CURRENT_SOURCE_DIR}/include/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 fbe/user_model)
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC third_party)
|
target_include_directories(${PROJECT_NAME} PUBLIC third_party)
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC third_party/drogon/lib/inc)
|
target_include_directories(${PROJECT_NAME} PUBLIC third_party/drogon/lib/inc)
|
||||||
target_include_directories(${PROJECT_NAME} PUBLIC third_party/base64/include)
|
target_include_directories(${PROJECT_NAME} PUBLIC third_party/base64/include)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue