Also add atomic to samples lib linkage

This commit is contained in:
lazymio 2023-12-28 23:38:33 +08:00
parent 60cf9eba40
commit e5fa037aeb
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 7 additions and 0 deletions

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
)