update cmakelist
This commit is contained in:
parent
cf067ad2cd
commit
e7134f0f81
@ -82,6 +82,7 @@ macro(add_sample name)
|
|||||||
set_target_properties(${name} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
|
set_target_properties(${name} PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib)
|
||||||
# 链接动态库
|
# 链接动态库
|
||||||
target_link_libraries(${name} PUBLIC eemd)
|
target_link_libraries(${name} PUBLIC eemd)
|
||||||
|
target_link_libraries(${name} PUBLIC m)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
macro(add_sample_cxx name)
|
macro(add_sample_cxx name)
|
||||||
|
Loading…
Reference in New Issue
Block a user