diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-07 06:51:46 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-07 06:51:46 -0700 |
commit | cbf26a42df0c323e00a2444932be0a4c66b44f74 (patch) | |
tree | 6a01ce3312e47140cd443bd94be6acb43f5ddd25 /src/CMakeLists.txt | |
parent | b5c0d20d05be427b002cdbd6b7b08b56872509c2 (diff) |
Update CMakeLists with include/install fix
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 30120d1..21ed023 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1 +1 @@ -target_sources(junk PUBLIC test.c network.c FILE_SET ) +target_sources(junk PUBLIC test.c network.c) |