mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
Generate fastrestore_agent symlink in CMake
This commit is contained in:
parent
9b4a1ca78f
commit
d4509090d4
@ -45,11 +45,11 @@ if(NOT OPEN_FOR_IDE)
|
||||
symlink_files(
|
||||
LOCATION packages/bin
|
||||
SOURCE fdbbackup
|
||||
TARGETS fdbdr dr_agent backup_agent fdbrestore)
|
||||
TARGETS fdbdr dr_agent backup_agent fdbrestore fastrestore_agent)
|
||||
symlink_files(
|
||||
LOCATION bin
|
||||
SOURCE fdbbackup
|
||||
TARGETS fdbdr dr_agent backup_agent fdbrestore)
|
||||
TARGETS fdbdr dr_agent backup_agent fdbrestore fastrestore_agent)
|
||||
endif()
|
||||
|
||||
if (GPERFTOOLS_FOUND)
|
||||
|
Loading…
x
Reference in New Issue
Block a user