Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 строки
349 B
CMake
Исходник Постоянная ссылка Обычный вид История

2022-04-21 21:36:07 -05:00
# executable RPATH
2024-12-13 18:48:39 -05:00
set(ROCPROFSYS_EXE_INSTALL_RPATH
"\$ORIGIN/../${CMAKE_INSTALL_LIBDIR}:\$ORIGIN/../${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}"
2025-06-22 10:44:33 -04:00
)
2022-04-21 21:36:07 -05:00
# executables
add_subdirectory(rocprof-sys-avail)
add_subdirectory(rocprof-sys-causal)
add_subdirectory(rocprof-sys-sample)
add_subdirectory(rocprof-sys-instrument)
add_subdirectory(rocprof-sys-run)