2eca4dd2d1
The commit "Split Intel compiler information files" moved some Linux specific flags into the platform-independent Intel compiler info files. This moves them back.
7 lines
165 B
CMake
7 lines
165 B
CMake
INCLUDE(Platform/Linux-Intel)
|
|
IF(XIAR)
|
|
SET(CMAKE_C_CREATE_STATIC_LIBRARY
|
|
"${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
|
|
"${XIAR} -s <TARGET> ")
|
|
ENDIF(XIAR)
|