I have these compiler flags in a CMakeList.txt file for some linux code:
SET(CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -w -lX11 -Dcimg_use_xshm -lXext -Dcimg_use_xrandr
-lXrandr
-O3 -fpermissive -march=nocona -m64 -ffast-math -funroll-loops
-finline-functions")
Any ideas on who I convert those to windows (Visual Studio 2008) flags?
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake