A Tour of C++ Modules in Visual Studio
CRANK
C++ module support has arrived in Visual Studio! Grab the latest Visual Studio Preview if you want to try it out. C++ modules can help you compartmentalize your code, speed up build times, and they work seamlessly, side-by-side with your existing code.
1 comments
プロジェクトの設定により、自分のプロジェクトの外にあるモジュールへの依存も可能に