Skip to content

Commit d42c1e5

Browse files
committed
Update path for dynamic dll
1 parent 53aed6e commit d42c1e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ if(BUILD_CHIAVDFC)
9292
set_target_properties(chiavdfc_shared PROPERTIES
9393
OUTPUT_NAME chiavdfc
9494
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/shared"
95+
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/shared"
9596
)
97+
9698
set_target_properties(chiavdfc_static PROPERTIES
9799
OUTPUT_NAME chiavdfc
98100
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib/static"

0 commit comments

Comments
 (0)