summaryrefslogtreecommitdiff
path: root/Modules/Compiler/OpenWatcom.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-29 08:26:45 -0400
committerBrad King <brad.king@kitware.com>2021-05-29 09:28:36 -0400
commitf530b3a26729d0820c804e312b72e0061d6eeb4b (patch)
treee2c37973e6a2c1bb3d13fcb3983a1aafff5f7837 /Modules/Compiler/OpenWatcom.cmake
parent8a4ca110e49c64c4892a37ffe08a91a5a5219acf (diff)
downloadcmake-f530b3a26729d0820c804e312b72e0061d6eeb4b.tar.gz
OpenWatcom: Add infrastructure to link to object files
Diffstat (limited to 'Modules/Compiler/OpenWatcom.cmake')
-rw-r--r--Modules/Compiler/OpenWatcom.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/OpenWatcom.cmake b/Modules/Compiler/OpenWatcom.cmake
index ec369081af..8cfe6838dd 100644
--- a/Modules/Compiler/OpenWatcom.cmake
+++ b/Modules/Compiler/OpenWatcom.cmake
@@ -7,6 +7,7 @@ include_guard()
set(CMAKE_LIBRARY_PATH_FLAG "libpath ")
set(CMAKE_LINK_LIBRARY_FLAG "library ")
set(CMAKE_LINK_LIBRARY_FILE_FLAG "library ")
+set(CMAKE_LINK_OBJECT_FILE_FLAG "file ")
if(CMAKE_VERBOSE_MAKEFILE)
set(CMAKE_WCL_QUIET)