6 lines
132 B
CMake
6 lines
132 B
CMake
|
if (NOT TARGET Threads::Threads)
|
||
|
add_library(Threads::Threads IMPORTED INTERFACE)
|
||
|
add_library(atomic IMPORTED INTERFACE)
|
||
|
endif()
|
||
|
|