CMakeLists.txt 87 B

123456
  1. set(SOURCES
  2. dlfcn.cpp
  3. )
  4. serenity_libc(LibDl dl)
  5. target_link_libraries(LibDl LibC)