mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:45:07 +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)
|