파일
rocm-systems/source/CMakeLists.txt
T
Jonathan R. Madsen 84499b17c6 Support documentation build + install + packaging (#369)
* Support documentation build + install + packaging

* Fix NUM_ROCPROFILER_PACKAGING_COMPONENTS check
2024-01-14 08:10:14 -06:00

12 라인
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)