diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-11 20:22:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-11 20:22:24 -0400 |
commit | 1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa (patch) | |
tree | 9c3f6d9638046dbbeacd284cf5a70b5d7f901f75 /CMakeLists.txt | |
parent | e697056101dcd1461eee2bde3e169e4d7ddaec20 (diff) | |
download | multihome-1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa.tar.gz |
Refactor headers and relocate tests
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) |