view test/resolve_self/CMakeLists.txt @ 254:9d70178c1ded

- better cpp checking whether dlinfo() is available, to also cover GLIBC based systems that don't identify as Linux (e.g. debian/k*BSD)
author Tassilo Philipp
date Mon, 15 May 2017 13:06:04 +0200
parents e1706ad13e9e
children 2536413edfd8
line wrap: on
line source

add_executable(resolve_self main.c)
target_link_libraries(resolve_self dynload_s)