2a080641a1
* Consolidate CTests to tests/ folder * Remove comment * Consolidate CTests to tests/ folder * Remove comment * Separate source code and test code for thread-limit into appropriate folders * Remove sleeper.cpp and instead use linux sleep cmd * Merge python-console tests into python-tests
13 строки
349 B
CMake
13 строки
349 B
CMake
# executable RPATH
|
|
|
|
set(ROCPROFSYS_EXE_INSTALL_RPATH
|
|
"\$ORIGIN/../${CMAKE_INSTALL_LIBDIR}:\$ORIGIN/../${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}"
|
|
)
|
|
|
|
# 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)
|