Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele authored and 0verEngineer committed Dec 15, 2023
1 parent f99eb4a commit a7bb1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cred/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_library(cred Cache.cpp CredentialHelper.cpp GitCredential.cpp)
add_library(cred Cache.cpp Store.cpp CredentialHelper.cpp GitCredential.cpp)

target_link_libraries(cred conf git Qt6::Core)

Expand Down

0 comments on commit a7bb1de

Please sign in to comment.