view test/sharedlib/CMakeLists.txt @ 237:98503af08916

- changelog mentioning darwin/ppc fixes
author Tassilo Philipp
date Tue, 02 May 2017 02:55:16 +0200
parents 3e629dc19168
children
line wrap: on
line source

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