Also add atomic to samples lib linkage

This commit is contained in:
2023-12-28 23:38:33 +08:00
parent 60cf9eba40
commit e5fa037aeb

View File

@@ -1381,6 +1381,13 @@ else()
)
endif()
if(ATOMIC_LINKAGE_FIX)
set(SAMPLES_LIB
${SAMPLES_LIB}
atomic
)
endif()
target_include_directories(unicorn PUBLIC
include
)