Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
01615379
"vscode:/vscode.git/clone" did not exist on "ae7a72bc66496a501824c95bc6dc10e6cd45be0a"
Commit
01615379
authored
Sep 16, 2019
by
Paul Fultz II
Committed by
mvermeulen
Sep 16, 2019
Browse files
Move all binaries into the same directory (#357)
parent
307c40cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+4
-0
No files found.
CMakeLists.txt
View file @
01615379
...
@@ -156,6 +156,10 @@ rocm_create_package(
...
@@ -156,6 +156,10 @@ rocm_create_package(
DEPENDS miopen-hip rocblas hip_hcc half
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
(
src
)
add_subdirectory
(
doc
)
add_subdirectory
(
doc
)
add_subdirectory
(
test
)
add_subdirectory
(
test
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment