annotate test/dynload_plain/CMakeLists.txt @ 226:6e40eb9fb261

- different strategy for mach-o files to lookup symbol names, in order to be consistent with other functions (that use dladdr() and dlsym() calls, which mostly don't use '_' prefixes)
author Tassilo Philipp
date Sat, 15 Apr 2017 22:02:58 +0200
parents 0592eb360af2
children a94a9a83dae6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
214
Tassilo Philipp
parents:
diff changeset
1 add_executable(dynload_plain dynload_plain.c)
Tassilo Philipp
parents:
diff changeset
2 target_link_libraries(dynload_plain dynload_s ${CMAKE_DL_LIBS})
Tassilo Philipp
parents:
diff changeset
3