b3afc6c1ea
* Support documentation build + install + packaging
* Fix NUM_ROCPROFILER_PACKAGING_COMPONENTS check
[ROCm/rocprofiler-sdk commit: 84499b17c6]
12 lines
175 B
CMake
12 lines
175 B
CMake
#
|
|
#
|
|
#
|
|
if(ROCPROFILER_BUILD_CODECOV)
|
|
set(CMAKE_BUILD_TYPE "Coverage")
|
|
endif()
|
|
|
|
add_subdirectory(include)
|
|
add_subdirectory(lib)
|
|
add_subdirectory(bin)
|
|
add_subdirectory(docs)
|