view test/nm/CMakeLists.txt @ 617:6a34dcb2bbd7

- test/syscalls: build fix for minix
author Tassilo Philipp
date Sun, 02 Oct 2022 16:45:06 +0200
parents 3e629dc19168
children
line wrap: on
line source

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