bf75579566
* C++ headers for std::hash, operator==, operator!= * std::hash specializations for some HSA types
14 lines
304 B
CMake
14 lines
304 B
CMake
#
|
|
#
|
|
# Installation of public C++ headers
|
|
#
|
|
#
|
|
set(ROCPROFILER_CXX_HEADER_FILES hash.hpp name_info.hpp operators.hpp serialization.hpp)
|
|
|
|
install(
|
|
FILES ${ROCPROFILER_CXX_HEADER_FILES}
|
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/rocprofiler-sdk/cxx
|
|
COMPONENT development)
|
|
|
|
add_subdirectory(details)
|