summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDl/CMakeLists.txt
blob: 16199b938828e1550f1b43508878cd8b03ce9df0 (plain)
1
2
3
4
5
6
set(SOURCES
    dlfcn.cpp
)

serenity_libc(LibDl dl)
target_link_libraries(LibDl LibC)