Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ else()
message(STATUS "not found protobuf, gonna ignore protobuf support")
endif()

set(CPACK_PACKAGE_NAME "fflib")
set(CPACK_PACKAGE_VENDOR "YeeZTech")
set(CPACK_PACKAGE_CONTACT "fidelius@yeez.tech")
set(CPACK_COMPONENTS_GROUPING ONE_PER_GROUP)

include(CPack)

MACRO(INSTALL_HEADERS_WITH_DIRECTORY HEADER_LIST)
FOREACH(HEADER ${${HEADER_LIST}})
STRING(REPLACE "${PROJECT_SOURCE_DIR}/" "" RPATH ${HEADER})
Expand Down
1 change: 1 addition & 0 deletions include/ff/sql/mysql/times.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "ff/sql/table_create.h"
#include <chrono>
#include <cppconn/sqlstring.h>
#include <iomanip>
/**
types method of date, time, datetime, timestamp, year are defined in setDatetime and getString,
the type defination as one data structure MYSQL_TIME on : usr/include/mysql/mysql_time.h
Expand Down