Move /MANIFEST flag into -E vs_link. This is so it can be used by the intel compiler...
[cmake.git] / Modules / Platform / Linux-Intel-C.cmake
blob554945edf970e4db2b7d096a84a374942636e074
1 INCLUDE(Platform/Linux-Intel)
2 IF(XIAR)
3   SET(CMAKE_C_CREATE_STATIC_LIBRARY
4     "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
5     "${XIAR} -s <TARGET> ")
6 ENDIF(XIAR)