In Visual Studio 2005 I went in:
View --> Property Pages --> C/C++ --> Code Generation --> Enable Enhanced Instruction Set
But in Visual Studio 200
Using CMake you could add the following to CMakeLists.txt:
IF(MSVC) ADD_DEFINITIONS(/arch:SSE) ENDIF(MSVC)
or /arch:SSE2.
/arch:SSE2