blob: 3bd807b366537047c03cccafba034e237f00c77b [file] [log] [blame]
set(MY_PROJ_NAME dsn.security)
thrift_generate_cpp(
SECURITY_THRIFT_SRCS
SECURITY_THRIFT_HDRS
${CMAKE_CURRENT_SOURCE_DIR}/security.thrift
)
set(MY_PROJ_SRC ${SECURITY_THRIFT_SRCS})
# Search mode for source files under CURRENT project directory?
# "GLOB_RECURSE" for recursive search
# "GLOB" for non-recursive search
set(MY_SRC_SEARCH_MODE "GLOB")
set(MY_PROJ_INC_PATH "")
set(MY_PROJ_LIBS "")
set(MY_PROJ_LIB_PATH "")
# Extra files that will be installed
set(MY_BINPLACES "")
dsn_add_object()