Add atomic library to common options for better compaibility with non-x86 archs
This commit is contained in:
parent
9eb24ca5c1
commit
0417330cc9
1 changed files with 5 additions and 0 deletions
|
|
@ -44,3 +44,8 @@ elseif (NOT DESKTOP_APP_USE_PACKAGED)
|
||||||
target_link_options(common_options INTERFACE $<IF:$<CONFIG:Debug>,,-g -flto -fuse-linker-plugin>)
|
target_link_options(common_options INTERFACE $<IF:$<CONFIG:Debug>,,-g -flto -fuse-linker-plugin>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
target_link_libraries(common_options
|
||||||
|
INTERFACE
|
||||||
|
atomic
|
||||||
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue