Move top.hpp into include directory

This partially avoids a difference in the include paths between a
build and install tree, and simplifies the install configuration.

Change-Id: If8119507594e0d284ac08c141c6c51c88ec619ef


[ROCm/clr commit: 199f6114d0]
Dieser Commit ist enthalten in:
Matt Arsenault
2020-05-12 21:09:29 -04:00
committet von Matthew Arsenault
Ursprung 6e8e12b17c
Commit 49c251e518
2 geänderte Dateien mit 2 neuen und 7 gelöschten Zeilen
+2 -7
Datei anzeigen
@@ -203,14 +203,9 @@ if(NOT CMAKE_INSTALL_PREFIX)
endif()
install( TARGETS amdrocclr_static ARCHIVE DESTINATION lib LIBRARY DESTINATION lib COMPONENT applications)
file(GLOB headerfiles "${CMAKE_CURRENT_SOURCE_DIR}/*.h*")
install (
FILES ${headerfiles}
DESTINATION include)
install (
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include"
DESTINATION include
FILES_MATCHING PATTERN "*.h*")
DIRECTORY include/
DESTINATION include)
install (
DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/elf"
DESTINATION include