view test/call_suite/CMakeLists.txt @ 251:3f7c69fadfc3

- regression fix for changing writable to executable memory for platforms where mmap has no MAP_ANON (usually older platforms, e.g. solaris 7)
author Tassilo Philipp
date Sun, 14 May 2017 02:26:21 +0200
parents e1706ad13e9e
children 2b708397bba1
line wrap: on
line source

add_executable(call_suite globals.c invoke.c cases.c main.c)
target_link_libraries(call_suite dyncall_s)