view test/nm/CMakeLists.txt @ 460:0ae555528709

added missing nullptr check to access bounds guard
author Tassilo Philipp
date Sun, 30 Jan 2022 17:12:47 +0100
parents 3e629dc19168
children
line wrap: on
line source

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