Skip to content
Snippets Groups Projects
elxWinConfigGoogleTest.cmake 192 B
Newer Older
# GoogleTest needs static linking

include( elxCompilerFlags.cmake )
foreach( CompilerFlag ${CompilerFlags} )
  string( REPLACE "/MD" "/MT" ${CompilerFlag} "${${CompilerFlag}}" )
endforeach()