mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
6 lines
106 B
CMake
6 lines
106 B
CMake
set(SOURCES
|
|
crypt.cpp
|
|
)
|
|
|
|
serenity_libc(LibCrypt crypt)
|
|
target_link_libraries(LibCrypt LibC LibCrypto)
|