SWDEV-273235 - Fix Windows CMake build

Change-Id: Idcf89ac20b4f275de33e9f6edd009706f8c432fb
This commit is contained in:
Vladislav Sytchenko
2021-05-27 16:22:43 -04:00
parent db4df4fb2e
commit cd8d7aa230
2 changed files with 818 additions and 181 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ endif()
if(BUILD_SHARED_LIBS)
if(WIN32)
target_sources(amdhip PRIVATE amdhip.def)
target_sources(amdhip PRIVATE hip_hcc.def.in)
else()
set_target_properties(amdhip PROPERTIES LINK_DEPENDS "${CMAKE_CURRENT_LIST_DIR}/hip_hcc.map.in")
endif()
+817 -180
View File
File diff suppressed because it is too large Load Diff