Skip to content

Commit b13c3bc

Browse files
authored
Update CMakeLists.txt
1 parent 7386daf commit b13c3bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,14 @@ install(
427427
${PDC_INSTALL_DATA_DIR}/test
428428
)
429429

430+
install(
431+
FILES
432+
${PDC_BINARY_DIR}/bin/pdc_server.exe
433+
${PDC_BINARY_DIR}/bin/close_server
434+
DESTINATION
435+
${CMAKE_INSTALL_PREFIX}/bin
436+
)
437+
430438
#-----------------------------------------------------------------------------
431439
# CPack
432440
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)