annotate test/resolve_self/CMakeLists.txt @ 382:dd5d03483314

- dynload changes to support macos >= 11.0.1 "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs)" * dynload_plain test code changes to reflect this * note in doc - changed dynload_plain to not do inode-based tests on windows
author Tassilo Philipp
date Wed, 20 Jan 2021 13:49:43 +0100
parents e1706ad13e9e
children 2536413edfd8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
1 add_executable(resolve_self main.c)
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
2 target_link_libraries(resolve_self dynload_s)
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
3