view test/sharedlib/CMakeLists.txt @ 161:b8c23c9232c7

- marked linux sparc as fully supported, as callback support is in and tests all confirmed working
author cslag
date Thu, 29 Dec 2016 10:55:56 -0600
parents 3e629dc19168
children
line wrap: on
line source

add_library(sharedlib SHARED sharedlib.c)
target_link_libraries(sharedlib dynload_s)