view dyncall/DynCallConfig.cmake @ 249:91db39538e78

- replaced `.set' directives used to set symbol values in assembly files with (seemingly) more portable `=' syntax (e.g. older versions of Sun's `as' don't handle `.set')
author Tassilo Philipp
date Sat, 13 May 2017 23:02:17 +0200
parents 3e629dc19168
children
line wrap: on
line source

set(DYNCALL_INCLUDE_DIRS ${DynCall_SOURCE_DIR}/dyncall)
set(DYNCALL_LIBRARIES dyncall_s)