mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
updated
This commit is contained in:
parent
1cc1a41561
commit
60540f810f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ find_package(Threads REQUIRED)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} main.cpp )
|
add_executable(${PROJECT_NAME} main.cpp )
|
||||||
|
|
||||||
add_subdirectory(third_party/xxHash/cmake_unofficial xxHash/build/ EXCLUDE_FROM_ALL)
|
add_subdirectory(third_party/xxHash/cmake_unofficial third_party/xxHash/build EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
target_sources(${PROJECT_NAME} PRIVATE
|
target_sources(${PROJECT_NAME} PRIVATE
|
||||||
src/admin_filter.cpp
|
src/admin_filter.cpp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue