Skip to content

Commit 345e06f

Browse files
sparistDawn LUCI CQ
authored andcommitted
dawn_node: set archive output directory
Build import library to same directory as shared library. Change-Id: I4bc735ae78e0c8f929c9c1446e0c38d68612e26c Bug: dawn:1973 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146760 Reviewed-by: Ben Clayton <[email protected]> Kokoro: Kokoro <[email protected]> Commit-Queue: Ben Clayton <[email protected]>
1 parent 5febd67 commit 345e06f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dawn/node/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ set_target_properties(dawn_node PROPERTIES
6666
PREFIX ""
6767
OUTPUT_NAME "dawn"
6868
SUFFIX ".node"
69+
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}"
6970
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}"
7071
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}"
7172
CXX_STANDARD 17

0 commit comments

Comments
 (0)