view test/sharedlib/CMakeLists.txt @ 309:b51401bc4c37

- changelog about dynload UTF-8 support on windows
author Tassilo Philipp
date Thu, 24 Oct 2019 23:39:57 +0200
parents 3e629dc19168
children
line wrap: on
line source

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