view test/nm/CMakeLists.txt @ 445:4bd3ed699de8

name fix
author Tassilo Philipp
date Wed, 26 Jan 2022 18:41:31 +0100
parents 3e629dc19168
children
line wrap: on
line source

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