view test/callback_suite/CMakeLists.txt @ 425:2d9f1cb06352

- dynload: corrected comparison of size of optional PE header info to what is pointed to (ptr arithmetic was incorrect, only broke ReactOS builds and runtime, though)
author Tassilo Philipp
date Fri, 17 Dec 2021 18:50:58 +0100
parents 1e65b8911603
children d8f0e6cecdab
line wrap: on
line source

add_executable(callback_suite env.c handler.c sigstrings.c invokers.c do_test.c main.c signature_utils.c)
target_link_libraries(callback_suite dyncallback_s)