SWDEV-455444 - Add the hiprtc sources to hiprtc library for static builds

Change-Id: Ic17f22831376be37fe998aa1ec9a754738c9a147
This commit is contained in:
Ioannis Assiouras
2024-05-13 11:20:44 +01:00
committed by Maneesh Gupta
parent a1350fe8c1
commit 6c8ca0b3aa
+1 -3
View File
@@ -72,9 +72,7 @@ if(BUILD_SHARED_LIBS)
endif()
endif()
if(BUILD_SHARED_LIBS)
target_sources(hiprtc PRIVATE hiprtc.cpp hiprtcComgrHelper.cpp hiprtcInternal.cpp)
endif()
target_sources(hiprtc PRIVATE hiprtc.cpp hiprtcComgrHelper.cpp hiprtcInternal.cpp)
set_target_properties(hiprtc PROPERTIES
CXX_STANDARD 17