summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-Intel-CXX.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Linux-Intel-CXX.cmake')
-rw-r--r--Modules/Platform/Linux-Intel-CXX.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Platform/Linux-Intel-CXX.cmake b/Modules/Platform/Linux-Intel-CXX.cmake
new file mode 100644
index 0000000..faa19e3
--- /dev/null
+++ b/Modules/Platform/Linux-Intel-CXX.cmake
@@ -0,0 +1,6 @@
+INCLUDE(Platform/Linux-Intel)
+IF(XIAR)
+ SET(CMAKE_CXX_CREATE_STATIC_LIBRARY
+ "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> "
+ "${XIAR} -s <TARGET> ")
+ENDIF(XIAR)