diff options
Diffstat (limited to '')
-rw-r--r-- | common/CMakeLists.txt | 3 | ||||
-rw-r--r-- | common/mysql.c (renamed from src/mysql.c) | 0 | ||||
-rw-r--r-- | common/mysql.h (renamed from src/mysql.h) | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 0000000..8636758 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1,3 @@ +file(GLOB_RECURSE SOURCES *.c) + +ADD_LIBRARY(common STATIC ${SOURCES}) diff --git a/src/mysql.c b/common/mysql.c index 0931116..0931116 100644 --- a/src/mysql.c +++ b/common/mysql.c diff --git a/src/mysql.h b/common/mysql.h index 8c6040f..8c6040f 100644 --- a/src/mysql.h +++ b/common/mysql.h |