66465c3954
* Enhancement - usage of package name flags commonly across for getting unique folder name
* Enhancements - updating libexec/pkg usage, avoid sbin
* CMAKE Format Update
* Python Format Update
* Revert "Enhancement - usage of package name flags commonly across for getting unique folder name"
This reverts commit 2dcd1ac5f22ab90112d90648e4b5dab5c54bc639.
* REview Comments - Revert PACKAGE_NAME usage
* Review Comments - Update source folders accordingly to new cmake install locations
[ROCm/rocprofiler-sdk commit: 6bb60bf930]
13 lines
201 B
CMake
13 lines
201 B
CMake
#
|
|
#
|
|
#
|
|
if(ROCPROFILER_BUILD_CODECOV)
|
|
set(CMAKE_BUILD_TYPE "Coverage")
|
|
endif()
|
|
|
|
add_subdirectory(include)
|
|
add_subdirectory(lib)
|
|
add_subdirectory(libexec)
|
|
add_subdirectory(bin)
|
|
add_subdirectory(docs)
|