repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
554945edf970e4db2b7d096a84a374942636e074
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)