diff options
| author | Silarn <jrim@rimpo.org> | 2019-01-31 13:25:13 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:29:27 -0600 |
| commit | b751b070e5d7d55ceaea7439e041468bab553b92 (patch) | |
| tree | 9ff906e8a8f33641fdeb3f64fcafde306104b7b4 /src/CMakeLists.txt | |
| parent | 2454690813c3f37d1de291be04fc255171ec37cd (diff) | |
Implement using the DPAPI to encrypt credentials
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a518ccd4..cc7d7a78 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -331,7 +331,7 @@ TARGET_LINK_LIBRARIES(ModOrganizer zlibstatic uibase esptk bsatk githubpp ${usvfs_name} - Dbghelp advapi32 Version Shlwapi liblz4) + Dbghelp advapi32 Version Shlwapi liblz4 Crypt32) IF (MSVC) SET_TARGET_PROPERTIES(ModOrganizer PROPERTIES COMPILE_FLAGS "/std:c++latest") |
