Skip to content

Commit

Permalink
Also add atomic to samples lib linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 28, 2023
1 parent 60cf9eb commit e5fa037
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,13 @@ else()
)
endif()

if(ATOMIC_LINKAGE_FIX)
set(SAMPLES_LIB
${SAMPLES_LIB}
atomic
)
endif()

target_include_directories(unicorn PUBLIC
include
)
Expand Down

0 comments on commit e5fa037

Please sign in to comment.