diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index af22806..0c49bfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,8 @@ find_program(RSYNC_BIN configure_file("config.h.in" "config.h" @ONLY) add_executable(multihome - multihome.c) + multihome.c + tests.c) install(TARGETS multihome RUNTIME DESTINATION bin) |