link to rth and rth-cli
This commit is contained in:
parent
e189a1a4ec
commit
4fab12bf1e
@ -568,7 +568,8 @@ endif()
|
|||||||
# Atomic is required in some builds: #6821
|
# Atomic is required in some builds: #6821
|
||||||
find_package(ATOMIC)
|
find_package(ATOMIC)
|
||||||
if(ATOMIC_FOUND)
|
if(ATOMIC_FOUND)
|
||||||
target_link_libraries(executable ${ATOMIC_LIBRARIES})
|
target_link_libraries(rth ${ATOMIC_LIBRARIES})
|
||||||
|
target_link_libraries(rth-cli ${ATOMIC_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_LTO)
|
if(WITH_LTO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user