Skip to content
Snippets Groups Projects
Commit a80b77f7 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

build: add EXTRA_API_HEADERS variable

The module API header (module.h) is generated automatically by
extracting everything between '\cond public' and '\endcond public'
from headers listed in the api_headers CMake variable. We're
planning to extend the module API in Tarantool EE. To achieve that,
this commit includes all files listed in the new CMake variable
EXTRA_API_HEADERS into api_headers.

Needed for https://github.com/tarantool/tarantool-ee/issues/265

NO_DOC=build
NO_TEST=build
NO_CHANGELOG=build
parent ffb17a55
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,7 @@ set(api_headers
${PROJECT_SOURCE_DIR}/src/lib/core/clock.h
${PROJECT_SOURCE_DIR}/src/box/decimal.h
${PROJECT_SOURCE_DIR}/src/lua/decimal.h
${EXTRA_API_HEADERS}
)
rebuild_module_api(${api_headers})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment