diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cd9d08c..46b18d3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,10 @@ else() set(ads_PlatformDir "${ADS_PLATFORM_DIR}") endif() +if(QtADS_IS_TOP_LEVEL) + add_compile_options($<${MSVC}:/MP>) +endif() + add_subdirectory(src) if(BUILD_EXAMPLES)