mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
updated for new source files
This commit is contained in:
parent
8c9fbcc6f5
commit
e88d699ea8
1 changed files with 3 additions and 1 deletions
|
|
@ -13,12 +13,14 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
|||
find_package(Threads REQUIRED)
|
||||
add_executable(${PROJECT_NAME} main.cpp )
|
||||
target_sources(${PROJECT_NAME} PRIVATE
|
||||
src/bank_f.cpp
|
||||
src/bank_api.cpp
|
||||
src/bank.cpp
|
||||
src/log.cpp
|
||||
src/transaction.cpp
|
||||
src/user_filter.cpp
|
||||
src/user.cpp
|
||||
src/xxhash.c
|
||||
src/base64.c #temp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC include)
|
||||
|
|
|
|||
Loading…
Reference in a new issue