mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibCrypt: Start installing headers again
This was accidentally broken in
ac40197047
, after which we started
installing headers into a `LibCrypt` subdirectory instead.
`serenity_install_headers("")` is really the only thing that we need
from `serenity_libc`, so just replicate that manually.
This commit is contained in:
parent
5708a47157
commit
cda4034b46
Notes:
sideshowbarker
2024-07-16 22:41:22 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/cda4034b46 Pull-request: https://github.com/SerenityOS/serenity/pull/17931
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_lib(LibCrypt crypt)
|
||||
serenity_install_headers("")
|
||||
target_link_libraries(LibCrypt PRIVATE LibCryptSHA2)
|
||||
|
|
Loading…
Reference in a new issue