summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypt/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-11-01LibCrypt: Define it as a normal libraryTim Schumacher
2022-01-08LibCrypt: Link the SHA2 hash implementation into LibCrypt privatelyAndrew Kaster
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling