add_library(threads STATIC) target_sources( threads PUBLIC FILE_SET cxx_modules TYPE CXX_MODULES FILES src/windows.cppm ) target_link_libraries(threads PRIVATE exceptions Synchronization)