Find rocJPEG - Updates (#129)

* CMake Config - updates

* Find rocjpeg - updates

* Build Fix

* CMake Prefix - Updates

* CMakeLists - Prefix updates

* CMakeLists - Remove cmake modules from package

* CMakeLists - Fix typo

* Include file - SRC Location updates

[ROCm/rocjpeg commit: f8f3f423fd]
This commit is contained in:
Kiriti Gowda
2025-03-13 19:23:22 -05:00
committed by GitHub
parent 459faa1628
commit df49cbfbbb
13 changed files with 41 additions and 107 deletions
@@ -41,11 +41,10 @@ project(jpegdecodeperf)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED On)
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../../cmake)
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH}/hip ${ROCM_PATH})
list(APPEND CMAKE_PREFIX_PATH ${ROCM_PATH}/lib/cmake)
find_package(HIP QUIET)
find_package(rocJPEG QUIET)
find_package(ROCJPEG QUIET)
find_package(rocprofiler-register QUIET)
# threads