diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-05 16:48:13 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-05 16:48:13 -0500 |
commit | b5c0d20d05be427b002cdbd6b7b08b56872509c2 (patch) | |
tree | 0345d6f68dcadd7a50cc9a69865e5ec33dc6a449 /src/CMakeLists.txt | |
parent | 420ce14859e41d1e8b616ebf1c472763eabe93be (diff) |
Include headers in installation
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21ed023..30120d1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1 +1 @@ -target_sources(junk PUBLIC test.c network.c) +target_sources(junk PUBLIC test.c network.c FILE_SET ) |