Commit 01615379 authored by Paul Fultz II's avatar Paul Fultz II Committed by mvermeulen
Browse files

Move all binaries into the same directory (#357)

parent 307c40cd
......@@ -156,6 +156,10 @@ rocm_create_package(
DEPENDS miopen-hip rocblas hip_hcc half
)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
add_subdirectory(src)
add_subdirectory(doc)
add_subdirectory(test)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment