view test/callback_suite/CMakeLists.txt @ 588:dfc2e6ee8782 r1.4-RC3

- more robust endian detection, on some platforms inclusion of endian.h led to assuming wrong endianness (subtle if inclusion was in - syscall test: added newline to output
author Tassilo Philipp
date Mon, 19 Sep 2022 09:54:21 +0200
parents 71c884e610f0
children
line wrap: on
line source

add_executable(callback_suite globals.c cases.c main.c)
target_link_libraries(callback_suite dyncallback_s dyncall_s)