view dynload/DynLoadConfig.cmake @ 590:01a5762c6fba

- relaxed cmake's c++ compiler check for test suite a bit by just checking if compiler string is set (existing CMAKE_CXX_COMPILER_WORKS fails on some platforms) - cmake name fix for plain_c++ test - changelog cosmetics for consistency
author Tassilo Philipp
date Mon, 19 Sep 2022 16:38:11 +0200
parents 3e629dc19168
children
line wrap: on
line source

set(DYNLOAD_INCLUDE_DIRS ${DynCall_SOURCE_DIR}/dynload)
set(DYNLOAD_LIBRARIES dynload_s)