SWDEV-418904 - Link the hiprtc tests with hiprtc library explicitly (#201)

This commit is contained in:
Dittakavi, Satyanvesh
2025-05-26 18:42:10 +05:30
کامیت شده توسط GitHub
والد 1be3aa8283
کامیت a837598032
@@ -5,4 +5,5 @@ set(TEST_SRC
hip_add_exe_to_target(NAME module_stress
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test)
TEST_TARGET_NAME stress_test
LINKER_LIBS hiprtc)