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