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