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:
committet von
Matthew Arsenault
Ursprung
6e8e12b17c
Commit
49c251e518
@@ -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
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren