view test/suite_x86win32fast/CMakeLists.txt @ 551:eef302b7a58d

- amendment fix for buffer overflow (see commit 0455834d29a1), to also handle non-standard struct packing, + better asserts - changelog wording tweaks for clarity - comment tweaks for clarity - (mostly pointless) microoptimization in aggr alignment calculation, avoiding a modulo, as alignment always a power of 2 - cleanups
author Tassilo Philipp
date Mon, 20 Jun 2022 14:57:49 +0200
parents 3e629dc19168
children
line wrap: on
line source

add_executable(suite_x86win32fast main.cc case.cc)
target_link_libraries(suite_x86win32fast dyncall_s)