~ken-vandine/keeper/ual_api_change

« back to all changes in this revision

Viewing changes to src/helper/CMakeLists.txt

Changes to command line client and some bugs fixed.

Approved by unity-api-1-bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}
19
19
)
20
20
 
 
21
set(
 
22
  FOLDER_RESTORE
 
23
  folder-restore.sh
 
24
)
 
25
configure_file(
 
26
  ${CMAKE_CURRENT_SOURCE_DIR}/${FOLDER_RESTORE}.in
 
27
  ${CMAKE_CURRENT_BINARY_DIR}/${FOLDER_RESTORE}
 
28
)
 
29
 
 
30
install(
 
31
  PROGRAMS
 
32
    ${CMAKE_CURRENT_BINARY_DIR}/${FOLDER_RESTORE}
 
33
  DESTINATION
 
34
    ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}
 
35
)
21
36
 
22
37
#
23
38
# the library