diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2020-07-24 21:08:48 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-28 17:07:22 +0200 |
commit | 9dcbb263f10bdb4c9045641b2ad103eb68ee4b5a (patch) | |
tree | 3a3dd5062305d7eb8c4578a6aceaa8d2f7726386 /Libraries/CMakeLists.txt | |
parent | 58dd9f2d2a9a86f510e8a5e98857995c738ec369 (diff) | |
download | serenity-9dcbb263f10bdb4c9045641b2ad103eb68ee4b5a.zip |
LibCrypt: Add LibCrypt, crypt, and crypt_r
Diffstat (limited to 'Libraries/CMakeLists.txt')
-rw-r--r-- | Libraries/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/CMakeLists.txt b/Libraries/CMakeLists.txt index 41e3fedb56..1d460d9f84 100644 --- a/Libraries/CMakeLists.txt +++ b/Libraries/CMakeLists.txt @@ -1,6 +1,7 @@ add_subdirectory(LibAudio) add_subdirectory(LibC) add_subdirectory(LibCore) +add_subdirectory(LibCrypt) add_subdirectory(LibCrypto) add_subdirectory(LibDebug) add_subdirectory(LibDesktop) |