diff options
Diffstat (limited to 'accel-pptpd/logs/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/logs/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pptpd/logs/CMakeLists.txt b/accel-pptpd/logs/CMakeLists.txt new file mode 100644 index 0000000..1c1f486 --- /dev/null +++ b/accel-pptpd/logs/CMakeLists.txt @@ -0,0 +1,2 @@ +ADD_LIBRARY(log_file SHARED log_file.c) + |