mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05: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
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…
Add table
Reference in a new issue