view test/nm/CMakeLists.txt @ 400:d18f1a65e34f

windows lib name consistency changes for nmake builds
author Tassilo Philipp
date Sat, 23 Jan 2021 15:33:30 +0100
parents 3e629dc19168
children
line wrap: on
line source

add_executable(nm nm.c)
target_link_libraries(nm dynload_s ${CMAKE_DL_LIBS})