annotate test/malloc_wx/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 3e629dc19168
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 add_executable(malloc_wx test_wx.c)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 target_link_libraries(malloc_wx dyncallback_s)
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3