How can I add the \'/MT\' flag from the command line using cmake?
Can I simply go cmake -D CMAKE_CXX_FLAGS="/MT" ..?
cmake -D CMAKE_CXX_FLAGS="/MT" ..
In the tutorials I\