6 lines
213 B
Text
6 lines
213 B
Text
Direct style:
|
|
cl /EHsc /std:c++17 COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe"
|
|
|
|
CMake style:
|
|
cmake ../COMIntegration~ -B ./build
|
|
cmake --build ./build --config=release -- /p:OutDir=..
|