update cmakelist

This commit is contained in:
张壹 2025-03-18 16:18:48 +08:00
parent cf067ad2cd
commit e7134f0f81

View File

@ -82,6 +82,7 @@ macro(add_sample name)
set_target_properties(${name} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
#
target_link_libraries(${name} PUBLIC eemd)
target_link_libraries(${name} PUBLIC m)
endmacro()
macro(add_sample_cxx name)