foxygit / doom Log in
commit d6ee8cc99d2a6012f248da2c847e05222846686b
Author:     Jonathan Dowland <jon@dow.land>
AuthorDate: Thu Feb 28 22:23:19 2019 +0000
Commit:     Jonathan Dowland <jon@dow.land>
CommitDate: Thu Feb 28 22:23:19 2019 +0000

    *will* need petname for *-setup (CMake edition)
---
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3aa22b1b..fd0fa5d8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -192,6 +192,7 @@ set(SETUP_FILES
     m_controls.c        m_controls.h
     net_io.c            net_io.h
     net_packet.c        net_packet.h
+    net_petname.c       net_petname.h
     net_sdl.c           net_sdl.h
     net_query.c         net_query.h
     net_structrw.c      net_structrw.h