looper/cmake/FindThreads.cmake

6 lines
132 B
CMake
Raw Permalink Normal View History

2024-09-28 10:31:06 -07:00
if (NOT TARGET Threads::Threads)
add_library(Threads::Threads IMPORTED INTERFACE)
add_library(atomic IMPORTED INTERFACE)
endif()