Also add atomic to samples lib linkage
This commit is contained in:
parent
60cf9eba40
commit
e5fa037aeb
|
@ -1381,6 +1381,13 @@ else()
|
|||
)
|
||||
endif()
|
||||
|
||||
if(ATOMIC_LINKAGE_FIX)
|
||||
set(SAMPLES_LIB
|
||||
${SAMPLES_LIB}
|
||||
atomic
|
||||
)
|
||||
endif()
|
||||
|
||||
target_include_directories(unicorn PUBLIC
|
||||
include
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue